NepaliDateTimeRange class

A range of Nepali dates.

Annotations

Constructors

NepaliDateTimeRange({required NepaliDateTime start, required NepaliDateTime end})
Creates a range of Nepali dates.
const

Properties

duration Duration
The number of days between the start and end dates.
no setter
end NepaliDateTime
The last date in the range.
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
start NepaliDateTime
The first date in the range.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override