Lookup constructor
Lookup([
- void b()?
Creates a new Lookup object using the builder pattern.
Implementation
factory Lookup([void Function(LookupBuilder)? b]) = _$Lookup;
Creates a new Lookup object using the builder pattern.
factory Lookup([void Function(LookupBuilder)? b]) = _$Lookup;