Match<T extends FirebaseResource> constructor

Match<T extends FirebaseResource>(
  1. String path, {
  2. ContextualCallback<Allow, T>? rules,
  3. ContextualCallback<Match<FirebaseResource>, T>? matches,
})

Constructor

Implementation

Match(this.path, {this.rules, this.matches});