data method

dynamic data()

Returns any data passed through a Navigator or routeTo method.

Implementation

dynamic data() => this.request!.data();