SectionLocationData constructor

SectionLocationData({
  1. required String kszam,
  2. required int km,
  3. required int m,
  4. required int pkod,
  5. required String szakLabel,
  6. required String leiras,
  7. required double wgs84X,
  8. required double wgs84Y,
})

Implementation

SectionLocationData({
  required this.kszam,
  required this.km,
  required this.m,
  required this.pkod,
  required this.szakLabel,
  required this.leiras,
  required this.wgs84X,
  required this.wgs84Y,
});