Difference constructor

Difference({
  1. BlobMetadata? afterBlob,
  2. BlobMetadata? beforeBlob,
  3. ChangeTypeEnum? changeType,
})

Implementation

Difference({
  this.afterBlob,
  this.beforeBlob,
  this.changeType,
});