menu
custom_date package
documentation
date.dart
DateSerializer
fromNullableJson static method
fromNullableJson static method
dark_mode
light_mode
fromNullableJson
static method
Date
?
fromNullableJson
(
String
?
date
)
Implementation
static Date? fromNullableJson(String? date) => date == null ? null : Date.parse(date);
custom_date package
documentation
date
DateSerializer
fromNullableJson static method
DateSerializer class