state property Null safety

ValueListenable<CastState> state

Listenable connection state of the cast device

Implementation

ValueListenable<CastState> get state => _stateNotifier;