Tspl constructor Null safety
Implementation
factory Tspl(int width, int height) => Tspl._internal()
..addString("SIZE $width mm,$height mm\r\n")
..clearPrinterBuffer();
factory Tspl(int width, int height) => Tspl._internal()
..addString("SIZE $width mm,$height mm\r\n")
..clearPrinterBuffer();