Attribute class
Constructors
- Attribute.bool(String name, {required bool value})
-
factory
- Attribute.counter(String name, {int value = 0})
-
factory
- Attribute.decreasedCounter(String name, {int decValue = 1})
-
factory
- Attribute.double(String name, {required double value})
-
factory
- Attribute.increasedCounter(String name, {int incValue = 1})
-
factory
- Attribute.int(String name, {required int value})
-
factory
- Attribute.string(String name, {required String value})
-
factory
Properties
- action → AttributeAction
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- kind → AttributeKind
-
final
- name → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → dynamic
-
final
- valueType → AttributeValueType
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited