IntegrationBox class
Used to store data that stays persistent over several IntegrationSteps inside a IntegrationScenario.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
clear(
) → void -
Clears all values of the
_mapBox
. -
delete(
Object key) → void -
Deletes a value from the box based on
key
. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
read<
T extends Object?> (Object key) → T -
Reads a value from the box based on
key
. -
toString(
) → String -
A string representation of this object.
inherited
-
write(
Object key, Object? value) → void -
Writes a value to the box based on
key
andvalue
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited