SkipTurnToolConfig constructor

const SkipTurnToolConfig({
  1. String? systemToolType,
})

Implementation

const SkipTurnToolConfig({
  this.systemToolType,
});