BlocklistReason class
- Inheritance
- Annotations
Constructors
- BlocklistReason(String val)
- BlocklistReason.fromJson(String val)
-
Constructs a BlocklistRecord from the provided
val
.factory - BlocklistReason.unchecked(String val)
-
Creates an object 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 BlocklistReason.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited