Location constructor

Location(
  1. String name,
  2. String x,
  3. String y, {
  4. String? rpFlag,
})

Implementation

Location(this.name, this.x, this.y, {this.rpFlag});