stackFit method

AzStack stackFit(
  1. StackFit stackFit
)

Implementation

AzStack stackFit(StackFit stackFit){
  _fit = stackFit;
  return this;
}