UTerminalImportResponse.fromJson constructor

UTerminalImportResponse.fromJson(
  1. String str
)

Implementation

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