TerminalId.fromJson constructor

TerminalId.fromJson(
  1. Object? value
)

Implementation

factory TerminalId.fromJson(Object? value) => _terminalIdCodec.decode(value);