isData property

bool get isData

Returns if the response is a StockResponseData

Implementation

bool get isData => this is StockResponseData;