fit method

Implementation

DefineMStackModifier fit(StackFit value) {
  return this.copyWith(valueFit: value);
}