WorkflowTransitionProperty constructor

WorkflowTransitionProperty({
  1. String? id,
  2. String? key,
  3. required String value,
})

Implementation

WorkflowTransitionProperty({this.id, this.key, required this.value});