playsInline property

bool playsInline

Implementation

bool get playsInline => js_util.getProperty(this, 'playsInline');
void playsInline=(bool newValue)

Implementation

set playsInline(bool newValue) {
  js_util.setProperty(this, 'playsInline', newValue);
}