ResponseStatusCode.fromJson constructor
ResponseStatusCode.fromJson(
- Map json_
Implementation
ResponseStatusCode.fromJson(core.Map json_)
: this(
statusClass: json_['statusClass'] as core.String?,
statusValue: json_['statusValue'] as core.int?,
);