Location constructor

Location({
  1. String? id,
  2. String? userId,
  3. String? locationId1,
  4. String? locationId2,
  5. String? locationId3,
  6. String? locationId4,
  7. String? locationId5,
  8. String? locationId1Name,
  9. String? locationId2Name,
  10. String? locationId3Name,
  11. String? locationId4Name,
  12. String? locationId5Name,
  13. int? locationType,
})

Implementation

Location({
    this.id,
    this.userId,
    this.locationId1,
    this.locationId2,
    this.locationId3,
    this.locationId4,
    this.locationId5,
    this.locationId1Name,
    this.locationId2Name,
    this.locationId3Name,
    this.locationId4Name,
    this.locationId5Name,
    this.locationType,
});