ShareeLookup_Value constructor

ShareeLookup_Value([
  1. void b(
    1. ShareeLookup_ValueBuilder
    )?
])

Creates a new ShareeLookup_Value object using the builder pattern.

Implementation

factory ShareeLookup_Value([void Function(ShareeLookup_ValueBuilder)? b]) = _$ShareeLookup_Value;