Map<String, dynamic> toJson() { final edition = this.edition; return { 'Edition': edition.toValue(), }; }