pointerType property

String? pointerType

Implementation

_i2.String? get pointerType => _i4.getProperty(
      this,
      'pointerType',
    );
void pointerType=(String? value)

Implementation

set pointerType(_i2.String? value) {
  _i4.setProperty(
    this,
    'pointerType',
    value ?? _i6.undefined,
  );
}