factory UIdListParams.fromMap(Map<String, dynamic> json) => UIdListParams( ids: List<String>.from(json["ids"]!.map((dynamic x) => x)), );