isBefore method
Returns true if this occurs before other.
Implementation
@override
bool isBefore(covariant NepaliDateTime nepaliDateTime) =>
toDateTime().isBefore(nepaliDateTime.toDateTime());
Returns true if this occurs before other.
@override
bool isBefore(covariant NepaliDateTime nepaliDateTime) =>
toDateTime().isBefore(nepaliDateTime.toDateTime());