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