SdlxHapticDirection({this.type = 0, List<int>? dir}) { this.dir = dir ?? List<int>.generate(3, (index) => 0); }