MapmyIndiaStyle constructor

MapmyIndiaStyle({
  1. String? description,
  2. String? displayName,
  3. String? imageUrl,
  4. String? name,
})

Implementation

MapmyIndiaStyle(
    {this.description, this.displayName, this.imageUrl, this.name});