valueOrNull property

T? get valueOrNull

A getter that returns the value if the operation was successful, or null if it wasn't.

Implementation

T? get valueOrNull;