isMap property
bool
get
isMap
Implementation
bool get isMap => _getAttributeBool('ismap');
set
isMap
(bool value)
Implementation
set isMap(bool value) {
_setAttributeBool('ismap', value);
}