toString method
Overrides the toString method for debugging purposes
Implementation
@override
String toString() {
return '{id: $id, Title:$title, FilePath:$filePath, FileDate: $fileDate}, sizeInBytes: $sizeInBytes, LastSyncDt: $lastSyncDt, relativePath: $relativePath}';
}