StandardAction constructor

StandardAction({
  1. String? name,
})

Implementation

StandardAction({
  this.name,
});