PeriodGenerator<T extends Period> constructor

const PeriodGenerator<T extends Period>(
  1. PeriodGeneratorMixin<T> handler
)

An enumeration of the different period generators implemented in this package.

Implementation

const PeriodGenerator(PeriodGeneratorMixin<T> handler) : _handler = handler;