UFileManagerEntryResponse.fromJson constructor

UFileManagerEntryResponse.fromJson(
  1. String str
)

Implementation

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