menu
quickrtc_flutter_client package
documentation
state/quick_rtc_state.dart
QuickRTCState
hasError property
hasError property
dark_mode
light_mode
hasError
property
bool
get
hasError
Whether there is an error
Implementation
bool get hasError => error != null;
quickrtc_flutter_client package
documentation
state/quick_rtc_state
QuickRTCState
hasError property
QuickRTCState class