reflectedType property - TypeMirror class - dart:mirrors library (original) (raw)
Type getreflectedType
If hasReflectedType returns true, returns the corresponding Type. Otherwise, an UnsupportedError is thrown.
Implementation
Type get reflectedType;