bang property

Future<T> get bang

Implementation

Future<T> get bang => then((value) => value!);