bumpToNormal method

void bumpToNormal({
  1. num strength = 2,
})

Implementation

void bumpToNormal({num strength = 2}) {
  subCommand = BumpToNormalCmd(subCommand, strength: strength);
}