isEnabled method

bool isEnabled(
  1. String key
)

Implementation

bool isEnabled(String key) => _flags[key] ?? false;