LookupValueParams constructor

const LookupValueParams({
  1. required String name,
  2. int? type,
})

Implementation

const LookupValueParams({required this.name, this.type});