Update constructor

Update({
  1. DateTime? createdAt,
  2. List<ErrorDetail>? errors,
  3. String? id,
  4. List<UpdateParam>? params,
  5. UpdateStatus? status,
  6. UpdateType? type,
})

Implementation

Update({
  this.createdAt,
  this.errors,
  this.id,
  this.params,
  this.status,
  this.type,
});