factory SteepSection.fromJson(final Map<String, dynamic> json) { return SteepSection( startDistanceM: json['startDistanceM'], categ: json['categ'], ); }