FlowSchemaCondition constructor

const FlowSchemaCondition({
  1. DateTime? lastTransitionTime,
  2. String? message,
  3. String? reason,
  4. String? status,
  5. String? type,
})

Default constructor.

Implementation

const FlowSchemaCondition({
  this.lastTransitionTime,
  this.message,
  this.reason,
  this.status,
  this.type,
});