NornsPoint class
Constructors
- NornsPoint({int? key, required NornsDuration point, required NornsPointType type, NornsDuration? period})
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- isPoint → bool
-
no setter
- isTimerBroken → bool
-
no setter
- isTimerEnd → bool
-
no setter
- isTimerStart → bool
-
no setter
- key → int?
-
final
- period → NornsDuration?
-
final
- point → NornsDuration
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → NornsPointType
-
final
Methods
-
copyWith(
{int? key, NornsDuration? point, NornsPointType? type, NornsDuration? period}) → NornsPoint -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
shiftWith(
NornsDuration margin) → NornsPoint -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override