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