SteepSection constructor

SteepSection({
  1. required int startDistanceM,
  2. required int categ,
})

Implementation

SteepSection({required this.startDistanceM, required this.categ});