thisType property
The type of this
in this element.
Implementation
@override
InterfaceType get thisType => _thisType!;
set
thisType
(InterfaceType? value)
Implementation
set thisType(InterfaceType? value) {
_thisType = value;
}