objectType top-level constant

RuntimeType<Object> const objectType

The Object type, represented as a RuntimeType.

Implementation

const RuntimeType<Object> objectType = RuntimeType.allowingDynamic();