TerminalConfiguration.fromRawJson constructor

TerminalConfiguration.fromRawJson(
  1. String str
)

Implementation

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