response property

Map<String, Object?>? response
final

The function response.

The values must be JSON compatible types; String, num, bool, List of JSON compatibles types, or Map from String to JSON compatible types.

Implementation

final Map<String, Object?>? response;