nextController property

Controller? nextController

Receives requests that this controller does not respond to.

This value is set by link or linkFunction.

Implementation

Controller? get nextController => _nextController;