data property

D data
final

In case PagingDataAction.create or PagingDataAction.edit it will be the latest data. In case PagingDataAction.delete it was the old data before deleting.

Implementation

final D data;