createValue method

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

Creates a unit of measurement value with the specified baseValue.

Implementation

@override
@protected
InformationSize createValue(Rational baseValue) =>
    InformationSize.fromBytes(baseValue);