ShareeLookup constructor

ShareeLookup([
  1. void b(
    1. ShareeLookupBuilder
    )?
])

Creates a new ShareeLookup object using the builder pattern.

Implementation

factory ShareeLookup([void Function(ShareeLookupBuilder)? b]) = _$ShareeLookup;