UFileManagerEntryResponse.fromJson constructor
UFileManagerEntryResponse.fromJson(
- String str
Implementation
factory UFileManagerEntryResponse.fromJson(String str) => UFileManagerEntryResponse.fromMap(json.decode(str));