state property

Map<String, dynamic> get state

Mutable run state accumulated during execution.

Implementation

Map<String, dynamic> get state => run.state;