TerminalLocationId constructor

const TerminalLocationId({
  1. required String id,
})

Implementation

const TerminalLocationId({required this.id});