VerbIndicativeEvaluateRoute constructor

const VerbIndicativeEvaluateRoute(
  1. SettingsController _settingsController,
  2. String adUnitId, {
  3. Key? key,
})

Implementation

const VerbIndicativeEvaluateRoute(this._settingsController, this.adUnitId,
    {Key? key})
    : super(key: key);