ChatName class
Name of a Chat.
Only Chat-group can have a name.
Constructors
- ChatName(String val)
- ChatName.fromJson(String val)
-
Constructs a ChatName from the provided
val
.factory - ChatName.unchecked(String val)
-
Creates a ChatName without any validation.
constfactory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String - Returns a String representing this ChatName.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited