bytes property

Information get bytes

Creates an Information instance representing this value in Bytes (B). Alias for byte.

Implementation

Information get bytes => Information(toDouble(), InformationUnit.byte);