count property

int count

Implementation

int get count =>
    dateCategories.expand((element) => element.files).toList().length;