per method

AreaRate per(
  1. Duration period
)

Creates an AreaRate with the specified period from this value.

Implementation

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