ACL class Null safety Struct
The ACL structure is the header of an access control list (ACL). A complete ACL consists of an ACL structure followed by an ordered list of zero or more access control entries (ACEs).
- Inheritance
- Object
- NativeType
- Struct
- ACL
- Available Extensions
Constructors
- ACL()
Properties
- AceCount ↔ int
-
@Uint16(), read / write
- AclRevision ↔ int
-
@Uint8(), read / write
- AclSize ↔ int
-
@Uint16(), read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- Sbz1 ↔ int
-
@Uint8(), read / write
- Sbz2 ↔ int
-
@Uint16(), read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited