isTickerAvailable property

bool isTickerAvailable

Checks if TickerProvider is set.

Implementation

bool get isTickerAvailable => _ticker != null;