optimisticResponse property

GHumanWithArgsDataBuilder optimisticResponse

Implementation

_i2.GHumanWithArgsDataBuilder get optimisticResponse =>
    _$this._optimisticResponse ??= new _i2.GHumanWithArgsDataBuilder();
void optimisticResponse=(GHumanWithArgsDataBuilder? optimisticResponse)

Implementation

set optimisticResponse(_i2.GHumanWithArgsDataBuilder? optimisticResponse) =>
    _$this._optimisticResponse = optimisticResponse;