setType method

Shake setType(
  1. String type
)

Implementation

Shake setType(String type) {
  _type = type;
  return this;
}