PlanUpdateRequest constructor

PlanUpdateRequest({
  1. String? title,
})

Creates a new PlanUpdateRequest instance.

Implementation

PlanUpdateRequest({
  this.title,
});