withSymbols method

void withSymbols([
  1. bool value = true
])

Set whether to use symbols. Default is true.

Symbols can be modified. The default list of symbols is ['@', '!', '%', '*', '(', ')', ',', '.', '?', '/', ';', '<', '>'].

Implementation

void withSymbols([bool value = true]) => _useSymbols = value;