args property

Object? args
final

The override value of PageRouteInfo.args

it must be the same args type generated by the corresponding page's constructor

Implementation

final Object? args;