TroubleshootingInfo.fromJson constructor
TroubleshootingInfo.fromJson(
- Map json_
Implementation
TroubleshootingInfo.fromJson(core.Map json_)
: this(
stateReasonCode: json_['stateReasonCode'] as core.String?,
stateReasonUri: json_['stateReasonUri'] as core.String?,
);