playsInline property

bool get playsInline

Implementation

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

Implementation

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