EngineResult constructor

const EngineResult({
  1. Move? move,
  2. double? eval,
  3. int? depth,
})

Implementation

const EngineResult({this.move, this.eval, this.depth});