PlayerLocationsDto constructor

PlayerLocationsDto(
  1. String puuid,
  2. double viewRadians,
  3. LocationDto location
)

Implementation

PlayerLocationsDto(this.puuid, this.viewRadians, this.location);