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 sum of two ByteSize objects.
Implementation
ByteSize operator +(ByteSize bs) => add(bs);
dart_byte_size package
documentation
byte_size
ByteSize
operator + method
ByteSize class