SearchReferencesObjectMetadata class abstract final

Reference metadata information.

Inheritance
Implemented types

Constructors

SearchReferencesObjectMetadata(List<SearchReferenceType> references)
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
references List<SearchReferenceType>
The list of references.
no setter
runtimeFactory → StructFactory
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(covariant SearchReferencesObjectMetadata other) bool
The equality operator.
override

Static Properties

factory → StructFactory<SearchReferencesObjectMetadata>
final