model -> map
@override Map<String, Object?> toMap() { return Map.from(super.toMap()) ..addAll({ 'yawAxis': this.yawAxis?.index, }); }