isError method

bool isError()

isError returns true if Results represents an error.

Implementation

bool isError() => _error != null;