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.
final Map<String, dynamic>? opData;