declaredType property Null safety
read / writeoverride
The declared type of this field.
The value will always be of one of the kinds: Type, TypeRef, TypeParameter, BoundedType.
Implementation
InstanceRef? declaredType;
The declared type of this field.
The value will always be of one of the kinds: Type, TypeRef, TypeParameter, BoundedType.
InstanceRef? declaredType;