StorageSize constructor

StorageSize({
  1. required int bytes,
})

Implementation

StorageSize({
  required this.bytes,
});