responses property Null safety

Map<String, APIResponse?>? responses
read / write

The list of possible responses as they are returned from executing this operation.

REQUIRED.

Implementation

Map<String, APIResponse?>? responses;