WasabiModelListVer class Null safety
The Wasabi object data model versions.
Constructors
- WasabiModelListVer({String? key, String? versionId, bool? isLatest, DateTime? lastModified, String? eTag, int? size, WasabiModelListVerOwner? owner, String? storageClass})
- WasabiModelListVer.fromElement(Element? element)
Properties
- eTag ↔ String?
-
read / write
- hashCode → int
-
The hash code for this object.
read-only, inherited
- isLatest ↔ bool?
-
read / write
- key ↔ String?
-
read / write
- lastModified ↔ DateTime?
-
read / write
- owner ↔ WasabiModelListVerOwner?
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- size ↔ int?
-
read / write
- storageClass ↔ String?
-
read / write
- versionId ↔ String?
-
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
Overrides toString() method for useful error messages
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited