AttributePayload class
The attribute payload.
Constructors
-
AttributePayload({Map<
String, String> ? attributes, bool? merge}) -
AttributePayload.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
attributes
→ Map<
String, String> ? -
A JSON string containing up to three key-value pair in JSON format. For
example:
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- merge → bool?
-
Specifies whether the list of attributes provided in the
AttributePayload
is merged with the attributes stored in the registry, instead of overwriting them.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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