ReplaceableAttribute class
Constructors
- ReplaceableAttribute({required String name, required String value, bool? replace})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
The name of the replaceable attribute.
final
- replace → bool?
-
A flag specifying whether or not to replace the attribute/value pair or to
add a new attribute/value pair. The default setting is
false
.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → String
-
The value of the replaceable attribute.
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