response property

Map<String, dynamic>? get response

Returns the nested response object for control_response messages.

Implementation

Map<String, dynamic>? get response =>
    raw['response'] as Map<String, dynamic>?;