SentryGeo constructor

SentryGeo({
  1. String? city,
  2. String? countryCode,
  3. String? region,
})

Implementation

SentryGeo({this.city, this.countryCode, this.region});