data property

T? data
getter/setter pair

Data returned from the asynchronous action.

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

Implementation

T? data;