LookupTypeDef constructor

const LookupTypeDef({
  1. required String tag,
  2. dynamic value,
})

Implementation

const LookupTypeDef({required this.tag, this.value});