VersionElement constructor

VersionElement({
  1. String? publishedFlowID,
  2. bool? scheduled,
  3. String? versionID,
  4. String? versionName,
})

Implementation

VersionElement({
  this.publishedFlowID,
  this.scheduled,
  this.versionID,
  this.versionName,
});