LookupValue constructor

const LookupValue({
  1. required int id,
  2. required List<String> path,
  3. required List<LookupValueParams> params,
  4. required LookupTypeDef def,
})

Implementation

const LookupValue({
  required this.id,
  required this.path,
  required this.params,
  required this.def,
});