FileSize({ this.megaBytes = 5, this.kiloBytes = 0, }) : assert(megaBytes >= 0 && kiloBytes >= 0 && (kiloBytes > 0 || megaBytes > 0));