FlowerObserver constructor

FlowerObserver([
  1. dynamic routing(
    1. Routing?
    )?,
  2. Routing? _routeSend
])

Implementation

FlowerObserver([this.routing, this._routeSend]);