UFileManagerListResponse class

Constructors

UFileManagerListResponse({required String path, required List<UFileManagerEntryResponse> directories, required List<UFileManagerEntryResponse> files, required int totalSize})
UFileManagerListResponse.fromJson(String str)
factory
UFileManagerListResponse.fromMap(Map<String, dynamic> json)
factory

Properties

all → List<UFileManagerEntryResponse>
no setter
directories → List<UFileManagerEntryResponse>
final
files → List<UFileManagerEntryResponse>
final
hashCode → int
The hash code for this object.
no setterinherited
path → String
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
totalSize → int
final

Methods

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

Operators

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