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