AllSymbolsTapeStrategy constructor

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

Creates a new AllSymbolsTapeStrategy with the given repeatCharacters property.

Implementation

const AllSymbolsTapeStrategy([super.repeatCharacters = true]);