LocationDto constructor

LocationDto(
  1. int x,
  2. int y
)

Implementation

LocationDto(this.x, this.y);