pointerType property

String get pointerType

Implementation

String get pointerType => js_util.getProperty(this, 'pointerType');
set pointerType (String newValue)

Implementation

set pointerType(String newValue) {
  js_util.setProperty(this, 'pointerType', newValue);
}