CometChatCardTab class
A single tab within a CometChatCardTabsElement.
Constructors
-
CometChatCardTab({required String label, required List<
CometChatCardElement> content}) -
Creates a tab with the given
labelandcontent.const -
CometChatCardTab.fromJson(Map<
String, dynamic> json) -
Deserializes a tab from its JSON representation.
factory
Properties
-
content
→ List<
CometChatCardElement> -
Elements rendered when this tab is active.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- label → String
-
Text shown on the tab button.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited