SurfaceSection constructor

SurfaceSection({
  1. required int startDistanceM,
  2. required SurfaceType type,
})

Implementation

SurfaceSection({required this.startDistanceM, required this.type});