getOrNull method
SuccessT?
getOrNull()
inherited
Returns the encapsulated value if this instance represents success or null if it is failure. */
Implementation
Success? getOrNull() => success;
Returns the encapsulated value if this instance represents success or null if it is failure. */
Success? getOrNull() => success;