LookupField constructor

const LookupField({
  1. required String? name,
  2. required TypeRef ty,
  3. String? typeName,
  4. List<String> docs = const [],
})

Implementation

const LookupField({required this.name, required this.ty, this.typeName, this.docs = const []});