dynamicType top-level constant

RuntimeType const dynamicType

The dynamic type, represented as a RuntimeType.

Implementation

const RuntimeType<dynamic> dynamicType = RuntimeType.allowingDynamic();