type property

Implementation

_i3.MediaDecodingType get type =>
    _i3.MediaDecodingTypeOptions.values.byName(_i4.getProperty(
      this,
      'type',
    ));
void type=(MediaDecodingType value)

Implementation

set type(_i3.MediaDecodingType value) {
  _i4.setProperty(
    this,
    'type',
    value.name,
  );
}