getOrNull method

SuccessT? getOrNull()
inherited

Returns the encapsulated value if this instance represents success or null if it is failure. */

Implementation

Success? getOrNull() => success;