TerminalConfiguration.fromRawJson constructor
TerminalConfiguration.fromRawJson(
- String str
Implementation
factory TerminalConfiguration.fromRawJson(String str) =>
TerminalConfiguration.fromJson(json.decode(str));