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