UTerminalResponse.fromJson constructor

UTerminalResponse.fromJson(
  1. String str
)

Implementation

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