isData property
bool
get
isData
Returns if the response is a StockResponseData
Implementation
bool get isData => this is StockResponseData;
Returns if the response is a StockResponseData
bool get isData => this is StockResponseData;