PlanUpdateRequest constructor
PlanUpdateRequest({
- String? title,
Creates a new PlanUpdateRequest instance.
Implementation
PlanUpdateRequest({
this.title,
});
Creates a new PlanUpdateRequest instance.
PlanUpdateRequest({
this.title,
});