withUppercase method

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

Set whether to use uppercase letters from 'A' to 'Z'. Default is true.

Implementation

void withUppercase([bool value = true]) => _useUppercase = value;