$Identity constructor

$Identity({
  1. int? revision,
  2. String? updateId,
})

Implementation

$Identity({
  this.revision,
  this.updateId,
});