updateResult property
- @BuiltValueField(serialize: false)
Optional function to update the result based on the previous result. Useful for pagination.
Implementation
@BuiltValueField(serialize: false)
_i2.GHeroWithFragmentsData? Function(
_i2.GHeroWithFragmentsData?, _i2.GHeroWithFragmentsData?)?
get updateResult;