ReadOnlyMetaDetailed class abstract

Implemented types
Implementers

Constructors

ReadOnlyMetaDetailed()
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

get<T>() List<T>?
Get the metadata of type T if it exists.
override
getDirect<T>() List<T>?
Get the metadata of type T if it exists.
getInherited<T>() List<T>?
Get the metadata of type T if it exists.
has<T>() bool
Check if the metadata of type T exists.
override
hasDirect<T>() bool
Check if the metadata of type T exists.
hasInherited<T>() bool
Check if the metadata of type T exists.
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