NornsPointHelper constructor
const
NornsPointHelper({
- required NornsDuration point,
- int? key,
- NornsDuration? period,
- required NornsPointHelperType type,
Implementation
const NornsPointHelper({required this.point, this.key, this.period, required this.type});