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