supports method

bool supports(
  1. String feature
)

Whether the named feature is supported.

Implementation

bool supports(String feature) => features.contains(feature);