Polygon constructor
Polygon({})
Construct a new Trk object.
Implementation
Polygon({
this.name,
this.cmt,
this.desc,
this.src,
List<Link>? links,
this.number,
this.type,
Map<String, String>? extensions,
this.extrude,
this.tessellate,
this.altitudeMode,
Rte? outerBoundaryIs,
List<Rte>? innerBoundaryIs,
}) : links = links ?? [],
extensions = extensions ?? <String, String>{},
outerBoundaryIs = outerBoundaryIs ?? Rte(),
innerBoundaryIs = innerBoundaryIs ?? [];