canModifiy property
Returns true
if the current user can modify the plan.
Implementation
bool get canModifiy => accessType == PlanMemberAccessType.write || accessType == PlanMemberAccessType.owner;
Returns true
if the current user can modify the plan.
bool get canModifiy => accessType == PlanMemberAccessType.write || accessType == PlanMemberAccessType.owner;