toString method
Returns a string representation of this BucketFile instance.
Implementation
@override
String toString() {
return 'BucketFile{id: $id, key: $key, description: $description, tags: $tags, bucketId: $bucketId, type: $type, size: $size, createdAt: $createdAt}';
}