@override Map<String, dynamic> toJson([dynamic extra]) { return { "@type": CONSTRUCTOR, "user_id": userId, "custom_title": customTitle, "is_owner": isOwner, }; }