DtoIpGeoLocation constructor

const DtoIpGeoLocation(
  1. IpGeoLocation value,
  2. PreciseDateTime updatedAt, {
  3. String? language,
})

Implementation

const DtoIpGeoLocation(this.value, this.updatedAt, {this.language});