FolderInfo class

Represents folder information returned by the RapidGator API.

Constructors

FolderInfo.new({required String folderId, required int mode, required String modeLabel, String? parentFolderId, required String name, required String url, required int nbFolders, required int nbFiles, int? sizeFiles, required DateTime created, required List<FolderInfo> folders})
FolderInfo.fromJson(Map<String, dynamic> json)
Converts a JSON map into a FolderInfo object.
factory

Properties

created DateTime
final
folderId String
final
folders List<FolderInfo>
final
hashCode int
The hash code for this object.
no setterinherited
mode int
final
modeLabel String
final
name String
final
nbFiles int
final
nbFolders int
final
parentFolderId String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sizeFiles int?
final
url String
final

Methods

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

Operators

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