GetStatusResponse.fromJson constructor
GetStatusResponse.fromJson(
- String str
Implementation
factory GetStatusResponse.fromJson(String str) => GetStatusResponse.fromMap(json.decode(str));
factory GetStatusResponse.fromJson(String str) => GetStatusResponse.fromMap(json.decode(str));