successKey property

String? successKey
final

When set, a 2xx response whose body[successKey] is falsy is still treated as a failure (for APIs that return 200 with { "state": false }).

Implementation

final String? successKey;