ScriptCurrent constructor

ScriptCurrent({
  1. required uint16_t seq,
})

Implementation

ScriptCurrent({
  required this.seq,
});