now property

DateTime get now

Implementation

DateTime get now =>
    DateTime.fromMillisecondsSinceEpoch(nowMilliseconds, isUtc: true);