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