DirectoryItem class

Constructors

DirectoryItem({required String name, int? size, required DirectoryItemType type, required String path, String? longname, List<int>? nativePath, bool? isSymbolicLink = false, int? flags = 0, int? atime = 0, int? mtime = 0, int? createtime = 0, int? permissions = 0})
DirectoryItem.fromMap(Map<String, dynamic> map)
factory
DirectoryItem.fromPath(String strPath)
factory

Properties

atime int?
getter/setter pair
createtime int?
getter/setter pair
flags int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
getter/setter pair
longname String?
getter/setter pair
mtime int?
getter/setter pair
name String
getter/setter pair
nativePath List<int>?
Uint8Lost of fullRemotePath
getter/setter pair
nativePathAsString String
no setter
path String
getter/setter pair
permissions int?
quando é link começã com L Ex: lrwxrwxrwx, quando é diretorio começa com d Ex: drwxr-xr-x
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int?
getter/setter pair
type DirectoryItemType
getter/setter pair

Methods

fillFromMap(Map<String, dynamic> map) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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