ActionCallText constructor

ActionCallText({
  1. String actionId = '',
  2. String text = '',
})

Implementation

ActionCallText({
    this.actionId = '',
    this.text = '',
});