SurfaceSection constructor
SurfaceSection({
- required int startDistanceM,
- required SurfaceType type,
Implementation
SurfaceSection({required this.startDistanceM, required this.type});