TitleRecord class Null safety
Title Records describe a data asset and MUST contain a Pointer Record to your system. Learn more about Title Records.
Constructors
-
TitleRecord(String id, String hashedPtr, {String? origin, List<
TitleTag> tags = const [], String? description})
Properties
- description ↔ String?
-
A human-readable description of the asset.
read / write
- hashCode → int
-
The hash code for this object.
read-only, inherited
- hashedPtr ↔ String
-
The hashed (SHA3-256) Pointer Record identifying the asset
read / write
- id ↔ String
-
This record's id.
read / write
- origin ↔ String?
-
The origin from which the data was generated.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
-
A list of search-friendly tags describing the asset.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited