thisType property

  1. @override
InterfaceType get thisType
override

The type of this in this element.

Implementation

@override
InterfaceType get thisType => _thisType!;
set thisType (InterfaceType? value)

Implementation

set thisType(InterfaceType? value) {
  _thisType = value;
}