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