speed method

void speed({
  1. required int n,
})
override

设置打印速度

Implementation

void speed({required int n}) =>
    RustLib.instance.api.crateApiTsplTsplCommandBuildSpeed(that: this, n: n);