MapmyIndiaGeoAnalyticsList constructor

MapmyIndiaGeoAnalyticsList(
  1. String api,
  2. String geoBoundType,
  3. List<String> geoBound,
  4. String attributes,
)

Implementation

MapmyIndiaGeoAnalyticsList(
    this.api, this.geoBoundType, this.geoBound, this.attributes);