data property Null safety

T? data
read / write

Data returned from the asynchronous action.

If the function returned null or if the function threw exception, data will be null.

Implementation

T? data;