Reply class

Used for providing replies in quick replies

Constructors

Reply({required String title, String? messageId, String? value})
Reply.fromJson(Map json)

Properties

hashCode int
The hash code for this object.
no setterinherited
messageId ↔ dynamic
If no messageId is provided it will use UUID v4 to set a default id for that message
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
Message shown to the user
getter/setter pair
value String?
Actual value underneath the message It's an optioanl paramter
getter/setter pair

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