ActionDTOInternal constructor
ActionDTOInternal({})
Returns a new ActionDTOInternal instance.
Implementation
ActionDTOInternal({
this.id,
this.type,
this.label,
this.configurationJSON,
this.actionTokens = const [],
});