menu
openapi_dart_common package
documentation
openapi.dart
DateTimeList
toDateStringList method
toDateStringList method
dark_mode
light_mode
toDateStringList
method
List
<
String
?
>
toDateStringList
(
)
Implementation
List<String?> toDateStringList() => map((e) => e.toDateString()).toList();
openapi_dart_common package
documentation
openapi
DateTimeList
toDateStringList method
DateTimeList extension on
List
<
DateTime
>