getOrNull method

T? getOrNull()

Implementation

T? getOrNull() => isSuccess ? _value : null;