values constant

List<CollaborationRole> const values

Implementation

static const $core.List<CollaborationRole> values = <CollaborationRole> [
  INVALID_COLLABORATION_ROLE,
  OWNER,
  VIEWER,
  EDITOR,
  ADMIN,
];