ActiveVersion constructor

ActiveVersion({
  1. int? id,
  2. int? versionId,
  3. String? workflowId,
  4. DateTime? createdAt,
})

Implementation

ActiveVersion({
  this.id,
  this.versionId,
  this.workflowId,
  this.createdAt,
});