isMap property

bool get isMap

Sets or retrieves whether the image is a server-side image map.

MDN Reference

Implementation

_i2.bool get isMap => _i4.getProperty(
      this,
      'isMap',
    );
set isMap (bool value)

Implementation

set isMap(_i2.bool value) {
  _i4.setProperty(
    this,
    'isMap',
    value,
  );
}