Rte constructor
Rte({})
Construct a new Rte object.
Implementation
Rte(
{this.name,
this.cmt,
this.desc,
this.src,
List<Link>? links,
this.number,
this.type,
Map<String, String>? extensions,
List<Wpt>? rtepts})
: links = links ?? [],
extensions = extensions ?? <String, String>{},
rtepts = rtepts ?? [];