value property

ShareeLookup_1_ValueBuilder get value
override

Implementation

ShareeLookup_1_ValueBuilder get value => _$this._value ??= ShareeLookup_1_ValueBuilder();
set value (covariant ShareeLookup_1_ValueBuilder? value)
covariantoverride

Implementation

set value(covariant ShareeLookup_1_ValueBuilder? value) => _$this._value = value;