toLogString method
Implementation
String toLogString() {
String res = "path:${path == null ? false : true}|imageList:${json.encode(imageList?.map((e) => e?.toLogString()).toList())}";
return res;
}
String toLogString() {
String res = "path:${path == null ? false : true}|imageList:${json.encode(imageList?.map((e) => e?.toLogString()).toList())}";
return res;
}