GetObserver constructor

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

Implementation

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