EntityAccessRulesContext class
An EntityAccessRules context passed to rules with a condition (EntityAccessRulesCondition).
Constructors
- EntityAccessRulesContext.new(EntityAccessRules accessRules, Object object, {Object? context})
Properties
- accessRules → EntityAccessRules
-
final
- context → Object?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- object → Object
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
contextAs<
T> () → T? -
contextAsListOf<
T> () → List< T> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
objectAs<
T> () → T? -
objectAsListOf<
T> () → List< T> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited