Operation constructor
Operation({
- DateTime? createDate,
- String? errorCode,
- String? errorMessage,
- String? id,
- OperationStatus? status,
- Map<
OperationTargetType, String> ? targets, - OperationType? type,
- DateTime? updateDate,
Implementation
Operation({
this.createDate,
this.errorCode,
this.errorMessage,
this.id,
this.status,
this.targets,
this.type,
this.updateDate,
});