opData property

Map<String, dynamic>? opData
final

Data associated with the change.

For PUT, this is contains all non-null columns of the row.

For PATCH, this is contains the columns that changed.

For DELETE, this is null.

Implementation

final Map<String, dynamic>? opData;