SymbolTapeStrategy constructor

const SymbolTapeStrategy([
  1. bool repeatCharacters = true
])

Creates a new SymbolTapeStrategy with the given repeatCharacters property.

Implementation

const SymbolTapeStrategy([this.repeatCharacters = true]);