internalType property

Type internalType

The Type that this RuntimeType represents.

Use this if you're trying to use dart:mirrors and reflect this type.

Implementation

Type get internalType => T;