Update constructor
Update({
- DateTime? createdAt,
- List<
ErrorDetail> ? errors, - String? id,
- List<
UpdateParam> ? params, - UpdateStatus? status,
- UpdateType? type,
Implementation
Update({
this.createdAt,
this.errors,
this.id,
this.params,
this.status,
this.type,
});