TroubleshootingInfo.fromJson constructor

TroubleshootingInfo.fromJson(
  1. Map json_
)

Implementation

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