stringType top-level constant

RuntimeType<String> const stringType

The String type, represented as a RuntimeType.

Implementation

const RuntimeType<String> stringType = RuntimeType.allowingDynamic();