Action constructor

Action({
  1. String? actionUrl,
})

Implementation

Action({
  this.actionUrl,
});