WasabiModelList class Null safety
The Wasabi object data model.
Constructors
-
WasabiModelList({String? name, String? prefix, String? keyMarker, String? versionIdMarker, int? maxKeys, bool? isTruncated, String? nextKeyMarker, String? nextVersionIdMarker, List<
WasabiModelListVer> ? versions}) - WasabiModelList.fromElement(Element? element)
Properties
- hashCode → int
-
The hash code for this object.
read-only, inherited
- isTruncated ↔ bool?
-
read / write
- keyMarker ↔ String?
-
read / write
- maxKeys ↔ int?
-
read / write
- name ↔ String?
-
read / write
- nextKeyMarker ↔ String?
-
read / write
- nextVersionIdMarker ↔ String?
-
read / write
- prefix ↔ String?
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- versionIdMarker ↔ String?
-
read / write
-
versions
↔ List<
WasabiModelListVer> ? -
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