permissionNewGoal top-level property

Permission permissionNewGoal
getter/setter pair

Implementation

Permission permissionNewGoal = Permission(
  uid: 'goals-new',
  name: 'New Goal',
  description: 'Permission to create a new goal and send for verification',
);