PrecedentRuleType enum

Defines the method used to decide whether rules that explicitly allow a user-agent to access a path take precedence over ones that disallow it to do so, or the other way around.

Inheritance

Constructors

PrecedentRuleType()
const

Values

allow → const PrecedentRuleType

The rule that explicitly allows a user-agent to access a path takes precedence over rules that explicitly disallow it.

disallow → const PrecedentRuleType

The rule that explicitly disallows a user-agent to access a path takes precedence over rules that explicitly allow it.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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

Constants

defaultPrecedentType → const PrecedentRuleType
Defines the default precedent rule type.
values → const List<PrecedentRuleType>
A constant List of the values in this enum, in order of their declaration.