now method

Timestamp now()

The Timestamp version of DateTime.now.

Implementation

Timestamp now() => Timestamp.fromDateTime(DateTime.now());