isOk method

bool isOk()

isOk returns true if Results represents an ok result.

Implementation

bool isOk() => _value != null;