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