NepaliDateTime constructor
NepaliDateTime(])
Constructs a NepaliDateTime instance specified.
Implementation
NepaliDateTime(
this.year, [
this.month = 1,
this.day = 1,
this.hour = 0,
this.minute = 0,
this.second = 0,
this.millisecond = 0,
this.microsecond = 0,
]) : assert(year >= 1969 && year <= 2250, 'Supported year is 1970-2250');