currentTime property

DateTime get currentTime

Implementation

static DateTime get currentTime =>
    DateTime(now.year, now.month, now.day, now.hour, now.minute);