updateResult property

  1. @override
  2. @BuiltValueField(serialize: false)
(GHumanWithArgsData? Function(GHumanWithArgsData?, GHumanWithArgsData?)?) updateResult

Optional function to update the result based on the previous result. Useful for pagination.

Implementation

@override
@BuiltValueField(serialize: false)
_i2.GHumanWithArgsData? Function(
  _i2.GHumanWithArgsData?,
  _i2.GHumanWithArgsData?,
)? get updateResult;