ListBootstrapActionsOutput constructor

ListBootstrapActionsOutput({
  1. List<Command>? bootstrapActions,
  2. String? marker,
})

Implementation

ListBootstrapActionsOutput({
  this.bootstrapActions,
  this.marker,
});