Jiffy.now constructor

Jiffy.now()

Returns a Jiffy instance representing the current date and time.

final now = Jiffy.now();

Implementation

factory Jiffy.now() => Jiffy._internal(DateTime.now());