Metadata class
Metadata attached to a recorded usages file.
Whatever Metadata should be added to the usage recording. Care should be applied to not include non-deterministic or dynamic data such as timestamps, as this would mess with the usage recording caching.
- Available extensions
Constructors
-
Metadata.fromJson(Map<
String, Object?> json) -
factory
Properties
- comment → String
-
Available on Metadata, provided by the MetadataExt extension
no setter - hashCode → int
-
The hash code for this object.
no setteroverride
-
json
→ Map<
String, Object?> -
The underlying data.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- version → Version
-
Available on Metadata, provided by the MetadataExt extension
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
covariant Metadata other) → bool -
The equality operator.
override