Lookup constructor

Lookup([
  1. void b(
    1. LookupBuilder
    )?
])

Creates a new Lookup object using the builder pattern.

Implementation

factory Lookup([void Function(LookupBuilder)? b]) = _$Lookup;