updateResult property
Optional function to update the result based on the previous result. Useful for pagination.
Implementation
@override
final Map<String, dynamic>? Function(
Map<String, dynamic>?, Map<String, dynamic>?)? updateResult;
Optional function to update the result based on the previous result. Useful for pagination.
@override
final Map<String, dynamic>? Function(
Map<String, dynamic>?, Map<String, dynamic>?)? updateResult;