pointPeriodic function
NornsPointHelper
pointPeriodic({
- required NornsDuration point,
- required NornsDuration period,
- int? key,
Implementation
NornsPointHelper pointPeriodic({
required NornsDuration point,
required NornsDuration period,
int? key,
}) =>
NornsPointHelper(
point: point,
type: NornsPointHelperType.fromStarting,
period: period,
key: key,
);