now static method
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());
Constructs a PreciseDateTime instance with current date and time in the local time zone.
final now = PreciseDateTime.now();
static PreciseDateTime now() => PreciseDateTime(DateTime.now());