DialogText constructor

DialogText({
  1. List<String>? text,
})

The text response message.

Implementation

DialogText({
  this.text,
});