CloudStorageEntryIncludeList class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
include
↔ IncludeObject?
-
The nested includes
getter/setter pairinherited
-
includes
→ Map<String, Include?>
-
Map containing the relation field name as key and the
Include
object
for the foreign table as value.
no setteroverride
-
limit
↔ int?
-
The maximum number of rows to return.
getter/setter pairinherited
-
offset
↔ int?
-
The number of rows to skip.
getter/setter pairinherited
-
orderBy
↔ Column?
-
The column to order by.
getter/setter pairinherited
-
orderByList
↔ List<Order>?
-
The columns to order by.
getter/setter pairinherited
-
orderDescending
↔ bool
-
Whether the column should be ordered descending or ascending.
getter/setter pairinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
table
→ Table
-
Accessor for the Table this include is for.
no setteroverride
-
where
↔ Expression?
-
Where expression to filter the included list.
getter/setter pairinherited
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited