TimezoneRange class
Represents a time range with timezone awareness.
Constructors
- TimezoneRange({required Hora start, required Hora end, required HoraTimezone timezone})
-
const
Properties
Methods
-
contains(
Hora time) → bool - Checks if a time falls within this range.
-
inTimezone(
HoraTimezone tz) → TimezoneRange - Converts this range to a different timezone.
-
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.
inherited