valueOrNull property

Future<ValueT?> valueOrNull

Implementation

Future<ValueT?> get valueOrNull async {
  return (await this).valueOrNull;
}