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