|
Aidra Connect 10.0.2+16
Aidra Connect Mobile Application
|
import features;import collections;import domain;import entities;import collection_entity.dart;
Go to the source code of this file.
Enumerations | |
| enum | CollectionFilterType |
Functions | |
| enum CollectionFilterType | filterCollections ({ required List< CollectionEntity > collections, required CollectionFilterType filterType, DateTime? startDate, DateTime? endDate, }) |
| num | calculateCollectionsTotalQuantity (List< CollectionEntity > collections) |
Variables | |
| all | |
| week | |
| month | |
| calendar | |
| enum CollectionFilterType |
Definition at line 3 of file collections_utils.dart.
| num calculateCollectionsTotalQuantity | ( | List< CollectionEntity > | collections | ) |
| enum CollectionFilterType filterCollections | ( | { required List< CollectionEntity > collections, required CollectionFilterType filterType, DateTime? startDate, DateTime? endDate, } | ) |
| all |
Definition at line 5 of file collections_utils.dart.
| @ calendar |
Definition at line 5 of file collections_utils.dart.
| @ month |
Definition at line 5 of file collections_utils.dart.
| @ week |
Definition at line 5 of file collections_utils.dart.