Map<String, dynamic> toJson() { final moovPlacement = this.moovPlacement; return { if (moovPlacement != null) 'moovPlacement': moovPlacement.toValue(), }; }