SftpFileMode class

Constructors

SftpFileMode({bool userRead = true, bool userWrite = true, bool userExecute = true, bool groupRead = true, bool groupWrite = true, bool groupExecute = true, bool otherRead = true, bool otherWrite = true, bool otherExecute = true})
factory
SftpFileMode.value(int value)
const

Properties

groupExecute bool
no setter
groupRead bool
no setter
groupWrite bool
no setter
hashCode int
The hash code for this object.
no setterinherited
otherExecute bool
no setter
otherRead bool
no setter
otherWrite bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type SftpFileType
no setter
userExecute bool
no setter
userRead bool
no setter
userWrite bool
no setter
value int
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