Methods
-
get<T>()
→ List<T>?
-
Get the metadata of type
T
if it exists.
inherited
-
getDirect<T>()
→ List<T>?
-
Get the metadata of type
T
if it exists.
inherited
-
getInherited<T>()
→ List<T>?
-
Get the metadata of type
T
if it exists.
inherited
-
has<T>()
→ bool
-
Check if the metadata of type
T
exists.
inherited
-
hasDirect<T>()
→ bool
-
Check if the metadata of type
T
exists.
inherited
-
hasInherited<T>()
→ bool
-
Check if the metadata of type
T
exists.
inherited
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited