Match<T extends FirebaseResource> class

A firebase rules match statement

Inheritance

Constructors

Match(String path, {ContextualCallback<Allow, T>? rules, ContextualCallback<Match<FirebaseResource>, T>? matches})
Constructor

Properties

hashCode int
The hash code for this object.
no setterinherited
matches ContextualCallback<Match<FirebaseResource>, T>?
Nested matches for this context
final
path String
The Firebase path
final
rules ContextualCallback<Allow, T>?
Rules for this context
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited