LookupTypeDef constructor
const
LookupTypeDef({
- required String tag,
- dynamic value,
Implementation
const LookupTypeDef({required this.tag, this.value});
const LookupTypeDef({required this.tag, this.value});