OutputOptions constructor

const OutputOptions({
  1. CastlingFormat castlingFormat = CastlingFormat.standard,
  2. bool showPromoted = false,
  3. bool virginFiles = false,
})

Implementation

const OutputOptions({
  this.castlingFormat = CastlingFormat.standard,
  this.showPromoted = false,
  this.virginFiles = false,
});