data method

dynamic data()

Returns data passed as an argument to a route

Implementation

dynamic data() => (_args == null ? null : _args!.data);