Tag class
Describes a tag applied to a resource in an environment.
- Annotations
- @_s.JsonSerializable(includeIfNull: false, explicitToJson: true, createFactory: false, createToJson: true)
Constructors
- Tag({String key, String value})
- Tag.fromXml(XmlElement elem)
-
factory
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- key → String
-
The key of the tag.
@_s.JsonKey(name: 'Key'), final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- value → String
-
The value of the tag.
@_s.JsonKey(name: 'Value'), final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited