Returns true if this result represents a successful operation, false otherwise. This is equivalent to checking if the result is an instance of Success.
bool get isSuccess => this is Success<T>;