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