Type0.26.0
abstract external class Type
- Known subtypes:
- DeclaredType, FunctionType, ModuleType, NothingType, NullableType, StringLiteralType, TypeVariable, UnionType, UnknownType
- All versions:
- 0.29.0-dev, 0.28.1, 0.28.0, 0.28.0-dev, 0.27.2, 0.27.1, 0.27.0, 0.26.3, 0.26.2, 0.26.1, 0.26.0, 0.25.3, 0.25.2, 0.25.1, 0.25.0-dev
Properties
-
linknullable: NullableType
The corresponding nullable type, or
this
ifthis
is already a nullable type.
A type as it occurs, say, in a type annotation.