LookupValue constructor
const
LookupValue({
- required int id,
- required List<
String> path, - required List<
LookupValueParams> params, - required LookupTypeDef def,
Implementation
const LookupValue(
{required this.id, required this.path, required this.params, required this.def});