timestampNow top-level property

String get timestampNow

Shorthand for DateTime.now().timestamp()

Implementation

String get timestampNow => now.toTimestamp();