DateTime.timestamp constructor
Constructs a DateTime with the current UTC date and time.
final mark = DateTime.timestamp();
Implementation
DateTime.timestamp() : this._nowUtc();
Constructs a DateTime with the current UTC date and time.
final mark = DateTime.timestamp();
DateTime.timestamp() : this._nowUtc();