RallyPoint constructor
RallyPoint({})
Implementation
RallyPoint({
required this.lat,
required this.lng,
required this.alt,
required this.breakAlt,
required this.landDir,
required this.targetSystem,
required this.targetComponent,
required this.idx,
required this.count,
required this.flags,
});