toRuntimeType method

RuntimeType toRuntimeType()

Convert this TypeMirror to a RuntimeType.

This is like the reflectedType property, bur returns a RuntimeType instead of a Type.

Implementation

RuntimeType<dynamic> toRuntimeType() => reflectedType.toRuntimeType();