Cause constructor

Cause({
  1. String? itemId,
  2. Error? error,
})

Implementation

Cause({
  this.itemId,
  this.error,
});