UFileManagerEntryResponse constructor
UFileManagerEntryResponse({})
Implementation
UFileManagerEntryResponse({
required this.name,
required this.path,
required this.isDirectory,
required this.size,
required this.modifiedAt,
this.extension,
this.url,
});