DateTime.timestamp constructor

DateTime.timestamp()

Constructs a DateTime with the current UTC date and time.

final mark = DateTime.timestamp();

Implementation

DateTime.timestamp() : this._nowUtc();