now static method

PreciseDateTime now()

Constructs a PreciseDateTime instance with current date and time in the local time zone.

final now = PreciseDateTime.now();

Implementation

static PreciseDateTime now() => PreciseDateTime(DateTime.now());