DateTime.now 构造函数

DateTime.now()

构造一个带有当前本地时区的日期和时间的 DateTime 实例。

final now = DateTime.now();

实现

DateTime.now() : this._now();