Messaging class

Contains Business Messaging / Request a Quote information for a business.

Constructors

Messaging({String? url, String? useCaseText})
Messaging.fromJson(String source)
factory
Messaging.fromMap(Map<String, dynamic>? map)
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url String?
Action Link URL that drops user directly in to the messaging flow for a business.
final
useCaseText String?
Indicates what kind of messaging can be done with a business, ie.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override