Match constructor

Match(
  1. String path, {
  2. ContextualCallback<bool>? read,
  3. ContextualCallback<bool>? write,
  4. ContextualCallback<bool>? validate,
  5. List<String>? indexOn,
  6. ContextualCallback<List<Match>>? matches,
})

Constructor

Implementation

Match(
  this.path, {
  this.read,
  this.write,
  this.validate,
  this.indexOn,
  this.matches,
});