TitleRecord class

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.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hashedPtr String
The hashed (SHA3-256) Pointer Record identifying the asset
getter/setter pair
id String
This record's id.
getter/setter pair
origin String?
The origin from which the data was generated.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags List<TitleTag>
A list of search-friendly tags describing the asset.
getter/setter pair

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 ==(Object other) bool
The equality operator.
inherited