toLogString method
Implementation
String toLogString() {
String res = "path:${path == null ? false : true}|fileName:$fileName|UUID:$UUID|fileSize:$fileSize|localUrl:${localUrl == null ? false : true}";
return res;
}
String toLogString() {
String res = "path:${path == null ? false : true}|fileName:$fileName|UUID:$UUID|fileSize:$fileSize|localUrl:${localUrl == null ? false : true}";
return res;
}