setVariant method

dynamic setVariant(
  1. String value
)

Implementation

setVariant(String value) {
  _variant = value;
}