# stateChanges property | |
Stream<[InterfaceState](../../package-fidl_fidl/InterfaceState.md)> stateChanges | |
_inherited_ | |
<p>A stream of state changes.</p> | |
## Implementation | |
```dart | |
Stream<InterfaceState> get stateChanges => _streamController.stream; | |
``` | |