LookupTypeDefTuple constructor

const LookupTypeDefTuple({
  1. required List<TypeRef> fields,
})

Implementation

const LookupTypeDefTuple({required this.fields});