isChartResolved property

bool get isChartResolved

True once the public branding config (/config/chart) has resolved. While false the loading screen shows the indeterminate spinner; once true it shows the determinate progress bar.

Implementation

bool get isChartResolved => _chartResolved;