void addSize({ required int width, required int height, }) { final size = "SIZE $width mm,$height mm$tscFix".codeUnits; _byte += size; }