ReportStateAndNotificationResponse.fromJson constructor
ReportStateAndNotificationResponse.fromJson(
- Map json_
Implementation
ReportStateAndNotificationResponse.fromJson(core.Map json_)
: this(requestId: json_['requestId'] as core.String?);