ServiceParamModel constructor

ServiceParamModel({
  1. int? proId,
  2. double? lat,
  3. double? lng,
  4. double? prioritizeDistance,
  5. double? prioritizeTime,
  6. int? maxDistance,
  7. String? languageCode = 'en',
})

Implementation

ServiceParamModel(
    {this.proId,
    this.lat,
    this.lng,
    this.prioritizeDistance,
    this.prioritizeTime,
    this.maxDistance,
    this.languageCode = 'en'});