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