OperationError constructor

OperationError({
  1. String? errorMessage,
  2. String? keyName,
  3. String? timestamp,
})

Implementation

OperationError({
  this.errorMessage,
  this.keyName,
  this.timestamp,
});