StorageSize constructor

StorageSize(
  1. {double width,
  2. double height}
)

Implementation

StorageSize({
  this.width,
  this.height,
});