ClientPermission enum

Client Permissions

Types of permissions

Inheritance

Constructors

ClientPermission(String name)
Compose a permission by its code
const

Values

personalInfo → const ClientPermission

Can see personal account info

const ClientPermission('p')
statement → const ClientPermission

Can see statement

const ClientPermission('s')
fop → const ClientPermission

Can have access to the FOP account

const ClientPermission('f')
jars → const ClientPermission

Can see jar list

const ClientPermission('j')

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String
Permission literal
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

parse(String str) Set<ClientPermission>
Parse a permission string

Constants

values → const List<ClientPermission>
A constant List of the values in this enum, in order of their declaration.