Map<String, dynamic> toJson() { final json = <String, dynamic>{}; if (this.action != null) { json[r'action'] = this.action; } else { json[r'action'] = null; } return json; }