diff abstract method

  1. @override
Map<String, dynamic>? diff(
  1. covariant DatumEntityInterface oldVersion
)
override

Computes the difference between the current entity state and an oldVersion of the entity.

Implementation

@override
Map<String, dynamic>? diff(covariant DatumEntityInterface oldVersion);