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