currentResult property

T currentResult

When this route is popped (see Navigator.pop) if the result isn't specified or if it's null, this value will be used instead.

Implementation

T get currentResult => null;