ActionModel constructor
ActionModel({
- int? establishmentId,
- String? onAction = 'nfe',
- required ActionParamms actionParamms,
Implementation
ActionModel({
this.establishmentId,
this.onAction = 'nfe',
required this.actionParamms,
});