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