PlanPatch constructor

PlanPatch({
  1. String? name,
})

Returns a new PlanPatch instance.

Implementation

PlanPatch({
  this.name,
});