FlowContext constructor
FlowContext(
- void _setDepth(
- int value
- int _getDepth(), {
- required StreamSink<
Response> sink,
Implementation
FlowContext(this._setDepth, this._getDepth, {required this.sink});