GeoData constructor

GeoData(
  1. IPData? mobile,
  2. IPData? browser
)

Implementation

GeoData(this.mobile, this.browser);