data property

  1. @override
T get data
override

The result of an asynchronous operation.

Implementation

@override
T get data => super.data as T;