getTrackById property

TextTrack? Function(String) get getTrackById

Implementation

_i3.TextTrack? Function(_i2.String) get getTrackById =>
    (_i2.String p0) => _i4.callMethod(
          _i4.getProperty(
            this,
            'getTrackById',
          ),
          r'call',
          [
            this,
            p0,
          ],
        );
set getTrackById (TextTrack? value(String))

Implementation

set getTrackById(_i3.TextTrack? Function(_i2.String) value) {
  _i4.setProperty(
    this,
    'getTrackById',
    _i4.allowInterop((p0) => () => value(p0) ?? _i6.undefined),
  );
}