MapmyIndiaFeedback constructor

MapmyIndiaFeedback({
  1. required String typedKeyword,
  2. required String eLoc,
  3. required int index,
  4. required String appVersion,
  5. required LatLng location,
  6. String? locationName,
  7. String? userName,
})

Implementation

MapmyIndiaFeedback(
    {required this.typedKeyword,
    required this.eLoc,
    required this.index,
    required this.appVersion,
    required this.location,
    this.locationName,
    this.userName});