PartialProductList class Null safety

List of Products out of partial results (e.g. paged results).

Constructors

PartialProductList()

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
totalSize int
Total size of the list from which this partial list is taken.
read-only

Methods

add(dynamic productList) → void
clear() → void
getProducts() List
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
A string representation of this object. [...]
inherited

Operators

operator ==(Object other) bool
The equality operator. [...]
inherited