isFlagOn method

bool isFlagOn(
  1. String ch
)

Implementation

bool isFlagOn(String ch) => _flags.contains(ch);