Match constructor
Match(
- String path, {
- ContextualCallback<
bool> ? read, - ContextualCallback<
bool> ? write, - ContextualCallback<
bool> ? validate, - List<
String> ? indexOn, - ContextualCallback<
List< ? matches,Match> >
Constructor
Implementation
Match(
this.path, {
this.read,
this.write,
this.validate,
this.indexOn,
this.matches,
});