InspectionLocation constructor

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

Implementation

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