exceedsSize method

bool exceedsSize({
  1. double maxMB = 10,
})

Implementation

bool exceedsSize({double maxMB = 10}) => sizeInMB > maxMB;