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