We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fe6b30 commit d729fa4Copy full SHA for d729fa4
packages/storage_client/lib/src/types.dart
@@ -27,7 +27,7 @@ class Bucket {
27
});
28
29
Bucket.fromJson(Map<String, dynamic> json)
30
- : id = (json)['id'] as String,
+ : id = json['id'] as String,
31
name = json['name'] as String,
32
owner = json['owner'] as String,
33
createdAt = json['created_at'] as String,
0 commit comments