小编aeo*_*eon的帖子

这个运算符“?”是什么?在飞镖?

我使用颤振框架,这部分代码使用操作“?”。但不明白

 if (state is WeatherLoaded) {
          final weather = state.weather;
          final themeBloc = BlocProvider.of<ThemeBloc>(context);
          themeBloc.dispatch(WeatherChanged(condition: weather.condition));

          _refreshCompleter?.complete();
          _refreshCompleter = Completer();
Run Code Online (Sandbox Code Playgroud)

所有代码链接

operators dart flutter

3
推荐指数
1
解决办法
2872
查看次数

标签 统计

dart ×1

flutter ×1

operators ×1