SubDestination constructor

SubDestination({
  1. String? name,
  2. String? id,
})

Implementation

SubDestination({
  this.name,
  this.id,
});