toDateStringList method

List<String?> toDateStringList()

Implementation

List<String?> toDateStringList() => map((e) => e.toDateString()).toList();