AssetPropertyValue class
An asset property value entry containing the following information.
Constructors
- AssetPropertyValue({required AssetPropertyTimestamp timestamp, required AssetPropertyVariant value, String? quality})
-
AssetPropertyValue.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- quality → String?
-
Optional. A string that describes the quality of the value. Accepts
substitution templates. Must be
GOOD
,BAD
, orUNCERTAIN
.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- timestamp → AssetPropertyTimestamp
-
The asset property value timestamp.
final
- value → AssetPropertyVariant
-
The value of the asset property.
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