Permission class

Representation of a permission.

Properties

deleted → bool
Whether the account associated with this permission has been deleted.
final
email → String
The email address of the user or group to which this permission refers.
final
hashCode → int
The hash code for this object.
no setterinherited
id → String
The ID of this Permission. This is a unique identifier for the grantee.
final
name → String
The "pretty" name of the value of the Permission.
final
role → String
The role granted by this permission (owner, organizer, fileOrganizer, writer, commenter, reader).
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
type → String
The type of the grantee (user, group, domain, anyone).
final

Methods

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

Operators

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