withTrialLength method

PlanInfoBuilder withTrialLength(
  1. int? trialLength
)

Implementation

PlanInfoBuilder withTrialLength(final int? trialLength) {
  _trialLength = trialLength;
  return this;
}