getStatus method

bool getStatus(
  1. Feature feature
)

Implementation

bool getStatus(Feature feature) {
  return this._results.containsKey(feature) && this._results[feature]!;
}