getExtras method

P? getExtras()

Returns the extras supplied with the route

Implementation

P? getExtras() {
  return _extras;
}