Date.from constructor
Date.from(
- DateTime dateTime
Implementation
Date.from(final DateTime dateTime)
: day = dateTime.day,
month = dateTime.month,
year = dateTime.year;
Date.from(final DateTime dateTime)
: day = dateTime.day,
month = dateTime.month,
year = dateTime.year;