DefaultMessage class

Specifies the default message for all channels.

Constructors

DefaultMessage({String? body, Map<String, List<String>>? substitutions})

Properties

body String?
The default body of the message.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
substitutions Map<String, List<String>>?
The default message variables to use in the message. You can override these default variables with individual address variables.
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