canModifiy property

bool get canModifiy

Returns true if the current user can modify the plan.

Implementation

bool get canModifiy => accessType == PlanMemberAccessType.write || accessType == PlanMemberAccessType.owner;