UpdateActionsMessage constructor
UpdateActionsMessage({
- String? marker,
- List<
UpdateAction> ? updateActions,
Implementation
UpdateActionsMessage({
this.marker,
this.updateActions,
});