withDescription method

PlanInfoBuilder withDescription(
  1. String? description
)

Implementation

PlanInfoBuilder withDescription(final String? description) {
  _description = description;
  return this;
}