BasicCard class
The basic card message. Useful for displaying information.
Constructors
Properties
-
The collection of card buttons.
final
- formattedText → String
-
Required, unless image is present. The body text of the card.
final
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- image → Image
-
The image for the card.
final
- platform → String
-
The platform that this message is intended for. See Platform.
final, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- subtitle → String
-
The subtitle of the card.
final
- title → String
-
The title of the card.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited