setMixin method

void setMixin(
  1. String mixinClass
)

Implementation

void setMixin(String mixinClass) {
  this.mixinClass = mixinClass;
}