exception property

  1. @override
E? exception
override

The exception that occurred while attempting to retrieve the value.

Implementation

@override
E? get exception => null;