SchemeMatcher constructor

const SchemeMatcher(
  1. Pattern scheme, {
  2. bool isOptional = false,
})

Implementation

const SchemeMatcher(
  this.scheme, {
  this.isOptional = false,
});