Map<String, dynamic> toJson() { final _json = <String, dynamic>{}; _json[r'user_ids'] = userIds; return _json; }