toDetailString method
Implementation
String toDetailString() {
return 'FileObject(name: $name, bucketId: $bucketId, owner: $owner, id: $id, '
'updatedAt: $updatedAt, createdAt: $createdAt, lastAccessedAt: $lastAccessedAt, '
'metadata: $metadata, buckets: $buckets)';
}