createValue method

  1. @override
  2. @protected
Time createValue(
  1. Rational baseValue
)
override

Creates a unit of measurement value with the specified baseValue.

Implementation

@override
@protected
Time createValue(Rational baseValue) => Time.fromSeconds(baseValue);