Introspector class abstract

Implementers

Constructors

Introspector()

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

annotation<T>() → T?
Get the annotations of inspector.
inflect() Parameters
Reflect input type.
intype() Type
Execution input type.
kind() Type
Get the declared type of inspect object declared.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reflect() Returns
Reflect output return type.
retype() Type
Execution output return type.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited