per method

InformationRate per(
  1. Duration period
)

Creates an InformationRate with the specified period from this value.

Implementation

InformationRate per(Duration period) => InformationRate._(
      value: this,
      period: period,
    );