PostProcessor class abstract
base class for post processors
- Inheritance
-
- Object
- LifecycleProcessor
- PostProcessor
Constructors
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
process(
dynamic instance, Environment environment) → void -
processLifecycle(
InstanceProvider? provider, dynamic instance, Environment environment) → void -
any side effect
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited