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