DialogCard class

The card response message.

Annotations
  • @JsonSerializable()

Constructors

DialogCard({String? title, String? subtitle, String? imageUri, List<CardButton>? buttons})
The card response message.
DialogCard.fromJson(Map<String, dynamic> json)
factory

Properties

buttons List<CardButton>?
The collection of card buttons.
final
hashCode int
The hash code for this object.
no setterinherited
imageUri String?
The public URI to an image file for the card.
final
props List<Object?>
The list of properties that will be used to determine whether two instances are equal.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited
subtitle String?
The subtitle of the card.
final
title String?
The title of the card.
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