isError property

bool get isError

Returns if the response is a StockResponseError

Implementation

bool get isError => this is StockResponseError;