Mode class

Annotations
  • @immutable

Constructors

Mode.fromInt(int mode)
const
Mode.fromString(String mode)

Properties

hashCode int
The hash code for this object.
no setteroverride
isBlockDevice bool
no setter
isCharacterDevice bool
no setter
isDirectory bool
no setter
isFile bool
no setter
isGroupExecutable bool
no setter
isGroupReadable bool
no setter
isGroupWritable bool
no setter
no setter
isNamedPipe bool
no setter
isOtherExecutable bool
no setter
isOtherReadable bool
no setter
isOtherWritable bool
no setter
isOwnerExecutable bool
no setter
isOwnerReadable bool
no setter
isOwnerWritable bool
no setter
isSetGroupID bool
no setter
isSetUserID bool
no setter
isSocket bool
no setter
isSticky bool
no setter
mode int
final
perms int
no setter
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.
override

Operators

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