getElementsByClassName property

HTMLCollectionOf<Element> Function(String) getElementsByClassName

Implementation

_i3.HTMLCollectionOf<_i3.Element> Function(_i2.String)
    get getElementsByClassName => (_i2.String p0) => _i4.callMethod(
          _i4.getProperty(
            this,
            'getElementsByClassName',
          ),
          r'call',
          [
            this,
            p0,
          ],
        );
void getElementsByClassName=(HTMLCollectionOf<Element> value(String))

Implementation

set getElementsByClassName(
    _i3.HTMLCollectionOf<_i3.Element> Function(_i2.String) value) {
  _i4.setProperty(
    this,
    'getElementsByClassName',
    _i4.allowInterop(value),
  );
}