FileObjectV2 class
Constructors
-
FileObjectV2.new({required String id, required String version, required String name, required String bucketId, required String? updatedAt, required String createdAt, required String? lastAccessedAt, required int? size, required String? cacheControl, required String? contentType, required String? etag, required String? lastModified, required Map<
String, dynamic> ? metadata}) -
const
-
FileObjectV2.fromJson(Map<
String, dynamic> json)
Properties
- bucketId → String
-
final
- cacheControl → String?
-
final
- contentType → String?
-
final
- createdAt → String
-
final
- etag → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
final
- lastAccessedAt → String?
-
final
- lastModified → String?
-
final
-
metadata
→ Map<
String, dynamic> ? -
final
- name → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- size → int?
-
final
- updatedAt → String?
-
final
- version → String
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited