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