type property

String type

Sets or retrieves the MIME type of the object.

MDN Reference

Implementation

_i2.String get type => _i4.getProperty(
      this,
      'type',
    );
void type=(String value)

Implementation

set type(_i2.String value) {
  _i4.setProperty(
    this,
    'type',
    value,
  );
}