import 'package:core/core.dart'; class WebViewLoadingState extends UIState { WebViewLoadingState(); @override List get props => []; }