MessageButton class
- Annotations
-
- @JsonSerializable()
Constructors
- MessageButton.new({required ButtonType type, required String content, String? resultContent, String? url, String? target})
-
MessageButton.fromJson(Map<
String, dynamic> json) -
factory
Properties
- content ↔ String
-
latefinal
- hashCode → int
-
The hash code for this object.
no setterinherited
- resultContent → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- target → String?
-
final
- type ↔ ButtonType
-
latefinal
- url → String?
-
final
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