ignoredBodyKeys property

Set<String> get ignoredBodyKeys

Fields listed here will be excluded from the request body.

Example:

@override
Set<String> get ignoredBodyKeys => {'cardToken', 'cardLastFour'};

Implementation

Set<String> get ignoredBodyKeys => {};