InspectionLocation constructor

InspectionLocation({
  1. String? bauleitung,
  2. String? user,
  3. String? ort,
  4. String? pjInfo,
  5. String? pjName,
  6. required int pjNr,
  7. String? plz,
  8. required int stONr,
  9. String? strasse,
  10. LatLng? fallback_coords,
  11. List<DocumentData>? dokuspaths,
})

Implementation

InspectionLocation({
  this.bauleitung,
  ////this.defaultpicture,
  ///
  this.user,
  this.ort,
  this.pjInfo,
  this.pjName,
  required this.pjNr,
  this.plz,
  required this.stONr,
  this.strasse,
  this.fallback_coords,
  this.dokuspaths,
});