value property

ShareeLookup_ValueBuilder value
override

Implementation

ShareeLookup_ValueBuilder get value => _$this._value ??= ShareeLookup_ValueBuilder();
void value=(covariant ShareeLookup_ValueBuilder? value)
covariantoverride

Implementation

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