containsScheme method

bool containsScheme(
  1. String scheme
)

Implementation

bool containsScheme(String scheme) => items.containsKey(scheme);