getFlag method

bool getFlag(
  1. String name
)

Implementation

bool getFlag(String name) => _flags[name] ?? false;