AtomicTransactTaskStatusUpdate constructor
AtomicTransactTaskStatusUpdate({})
Implementation
AtomicTransactTaskStatusUpdate({
required this.taskId,
required this.product,
required this.status,
this.failReason,
required this.company,
this.switchData,
this.depositData,
this.managedBy,
});