setType method

dynamic setType(
  1. int value
)

Implementation

setType(int value) {
  _type = value;
}