Action constructor
const
Action({})
Creates an instance of Action.
Implementation
const Action({
required this.action,
this.when,
this.changed,
this.parameters,
this.creators,
this.sourceType,
this.related,
this.reason,
this.description,
});