setType method

dynamic setType(
  1. String type
)

Sets data type or mime-type

Implementation

setType(String type) => this._type = type;