declaredType property

  1. @override
InstanceRef? declaredType
getter/setter pairoverride

The declared type of this field.

The value will always be of one of the kinds: Type, TypeParameter, RecordType, FunctionType, BoundedType.

Implementation

@override
InstanceRef? declaredType;