Returns true if this is an Ok.
true
bool get isSuccess => fold(onSuccess: (_) => true, onError: (_) => false);