result property

Object? result
final

The value to resolve an in-flight present<T> with, if the dismissed view is a presented screen. null (the default) resolves with null.

Implementation

final Object? result;