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