UpdateActionsMessage constructor

UpdateActionsMessage({
  1. String? marker,
  2. List<UpdateAction>? updateActions,
})

Implementation

UpdateActionsMessage({
  this.marker,
  this.updateActions,
});