NepaliDateTime.now constructor

NepaliDateTime.now()

Constructs a DateTime instance with current date and time

Implementation

factory NepaliDateTime.now() => DateTime.now().toNepaliDateTime();