FlowMetadata constructor

FlowMetadata({
  1. String? flowId,
  2. String? flowName,
  3. String? version,
  4. DateTime? lastUpdated,
  5. String? timezone,
})

Implementation

FlowMetadata({
  this.flowId,
  this.flowName,
  this.version,
  this.lastUpdated,
  this.timezone,
});