data property

T? data
final

The full data payload of the entity.

For create and update, this holds the complete entity state. For delete, this may be null.

Implementation

final T? data;