Export flags as a map.
static Map<String, bool> export() { return _flags.map((key, flag) => MapEntry(key, flag.isEnabled)); }