feature method

bool feature(
  1. String name
)

Implementation

bool feature(String name) => features[name] ?? false;