updateResult property

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

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

Implementation

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