timestampNow top-level property
String
get
timestampNow
Shorthand for DateTime.now().timestamp()
Implementation
String get timestampNow => now.toTimestamp();
Shorthand for DateTime.now().timestamp()
String get timestampNow => now.toTimestamp();