StoredFileVO class
Constructors
-
StoredFileVO.new({StoredFile_StoredFileState? state, String? ownerPath, Map<
String, StoredFileSubscriber> ? stateSubscribers, Map<String, dynamic> ? metaData, String? uid, DocumentSnapshot<Object?> ? snapshot, DateTime? createdAt, DateTime? updatedAt, String? filePath, String? fileExtension, String? contentType}) - StoredFileVO.fromStoredFileModel(StoredFileModel model)
-
factory
Properties
- contentType → String?
-
final
- createdAt → DateTime?
-
final
- fileExtension → String?
-
final
- filePath → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
metaData
→ Map<
String, dynamic> ? -
final
- ownerPath → String?
-
final
-
props
→ List<
Object?> -
The list of properties that will be used to determine whether
two instances are equal.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
snapshot
→ DocumentSnapshot<
Object?> ? -
final
- state → StoredFile_StoredFileState?
-
final
-
stateSubscribers
→ Map<
String, StoredFileSubscriber> ? -
final
- stringify → bool?
-
If set to
true
, thetoString
method will be overridden to output this instance'sprops
.no setterinherited - uid → String?
-
final
- updatedAt → DateTime?
-
final
Methods
-
copyWith(
{String? uid, DocumentSnapshot< Object?> ? snapshot, DateTime? createdAt, DateTime? updatedAt, Map<String, dynamic> ? metaData, StoredFile_StoredFileState? state, String? ownerPath, Map<String, StoredFileSubscriber> ? stateSubscribers, String? filePath, String? fileExtension, String? contentType}) → StoredFileVO -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toStoredFileModel(
) → StoredFileModel -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited