isError property
bool
get
isError
Returns if the response is a StockResponseError
Implementation
bool get isError => this is StockResponseError;
Returns if the response is a StockResponseError
bool get isError => this is StockResponseError;