Flutter
clock
Clock
now method
now
now
method
Null safety
DateTime
now
(
)
Returns current time.
Implementation
DateTime now() => _time();
Flutter
clock
Clock
now method
Clock class
Constructors
Clock
fixed
Properties
hashCode
runtimeType
Methods
ago
agoBy
daysAgo
daysFromNow
fromNow
fromNowBy
getStopwatch
hoursAgo
hoursFromNow
microsAgo
microsFromNow
millisAgo
millisFromNow
minutesAgo
minutesFromNow
monthsAgo
monthsFromNow
noSuchMethod
now
secondsAgo
secondsFromNow
stopwatch
toString
weeksAgo
weeksFromNow
yearsAgo
yearsFromNow
Operators
operator ==