remapKeys property

Map<String, String> get remapKeys

Remap field keys before placing them into the final request body.

For example:

@override
Map<String, String> get remapKeys => {'address': 'addressId'};

Implementation

Map<String, String> get remapKeys => {};