updateResult property
- @BuiltValueField(serialize: false)
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;