TerminalRepo constructor

TerminalRepo()

Implementation

factory TerminalRepo() {
  _instance ??= TerminalRepo._();
  return _instance!;
}