OperationStatusData constructor

OperationStatusData({
  1. String? id,
  2. String? value,
  3. String? code,
  4. String? message,
  5. String? localizedMessage,
  6. String? providerErrorCode,
  7. String? providerErrorMessage,
  8. String? created,
})

Implementation

OperationStatusData({
  this.id,
  this.value,
  this.code,
  this.message,
  this.localizedMessage,
  this.providerErrorCode,
  this.providerErrorMessage,
  this.created,
});