CrmlogErrorCode.fromJson constructor

CrmlogErrorCode.fromJson(
  1. Map json_
)

Implementation

CrmlogErrorCode.fromJson(core.Map json_)
    : this(
        commonErrorCode: json_['commonErrorCode'] as core.String?,
      );