args property

T? args
final

The typed arguments of the route

Args are generated from the corresponding page's constructor.

Implementation

final T? args;