reflectedType property - TypeMirror class - dart:mirrors library (original) (raw)

description

Type getreflectedType

If hasReflectedType returns true, returns the corresponding Type. Otherwise, an UnsupportedError is thrown.

Implementation

Type get reflectedType;