future property

  1. @Deprecated('使用first()方法代替')
Future<T> future

输出Future

Implementation

@Deprecated('使用first()方法代替')
Future<T> get future => first(true);