ApprovalOutcome class final
The outcome of an ApprovalManager.authorize check.
Constructors
- ApprovalOutcome.allowed()
-
The call may execute.
const
- ApprovalOutcome.denied(String reason)
-
The call is refused;
reasongoes into the error tool result.const
Properties
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