statisticalGraphAsync property
The graph data to be asynchronously loaded through getStatisticalGraph
Implementation
StatisticalGraphAsync? get statisticalGraphAsync {
if (this is StatisticalGraphAsync) {
return this as StatisticalGraphAsync;
}
return null;
}