TerminalId constructor

const TerminalId({
  1. required String terminalId,
})

Implementation

const TerminalId({
  required this.terminalId,
});