Ruleset class
A set of Firebase security rules.
- Inheritance
-
- Object
- RulesetMetadata
- Ruleset
Properties
- createTime → String
-
Creation time of the Ruleset as a UTC timestamp string.
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
Name of the Ruleset as a short string. This can be directly passed into APIs
like SecurityRules.getRuleset and SecurityRules.deleteRuleset.
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
source
→ List<
RulesFile> -
final
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