CrmlogErrorCode.fromJson constructor
CrmlogErrorCode.fromJson(
- Map json_
Implementation
CrmlogErrorCode.fromJson(core.Map json_)
: this(
commonErrorCode: json_.containsKey('commonErrorCode')
? json_['commonErrorCode'] as core.String
: null,
);