@param key The feature key @returns A boolean (flag) feature value or null if the feature does not exist.
null
bool? getFlag(String key) { return feature(key).booleanValue; }