DateTime.timestamp constructor - DateTime - dart:core library (original) (raw)

description

  1. @Since("3.0")

DateTime.timestamp()

Constructs a DateTime with the current UTC date and time.

final mark = DateTime.timestamp();

Implementation

@Since("3.0")
DateTime.timestamp() : this._nowUtc();