per method

LengthRate per(
  1. Duration period
)

Creates a LengthRate with the specified period from this value.

Implementation

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