responses property Null safety
read / write
The list of possible responses as they are returned from executing this operation.
REQUIRED.
Implementation
Map<String, APIResponse?>? responses;
The list of possible responses as they are returned from executing this operation.
REQUIRED.
Map<String, APIResponse?>? responses;