AuthSessionLocation constructor

const AuthSessionLocation({
  1. String? city,
  2. String? region,
  3. String? country,
})

Implementation

const AuthSessionLocation({this.city, this.region, this.country});