ReferencedStop constructor

ReferencedStop({
  1. String? stopId,
  2. String? stopPointId,
  3. String? name,
})

Implementation

ReferencedStop({
  this.stopId,
  this.stopPointId,
  this.name,
});