Map<String, dynamic> toJson() { final _json = <String, dynamic>{}; _json[r'team_ids'] = teamIds; _json[r'channel_ids'] = channelIds; return _json; }