@override Map<String, dynamic> toJson([dynamic extra]) { return { "@type": CONSTRUCTOR, "user_ids": userIds.map((i) => i).toList(), }; }