PreferenceWorkflow constructor
PreferenceWorkflow({})
Implementation
PreferenceWorkflow({
required this.id,
required this.identifier,
required this.name,
required this.critical,
this.tags,
});
PreferenceWorkflow({
required this.id,
required this.identifier,
required this.name,
required this.critical,
this.tags,
});