menu
dart_byte_size package
documentation
byte_size.dart
ByteSize
operator - method
operator - method
dark_mode
light_mode
operator -
method
ByteSize
operator -
(
ByteSize
bs
)
Returns the difference of two ByteSize objects.
Implementation
ByteSize operator -(ByteSize bs) => subtract(bs);
dart_byte_size package
documentation
byte_size
ByteSize
operator - method
ByteSize class