ActionTextOutput constructor

ActionTextOutput({
  1. String userId = '',
  2. String text = '',
  3. bool generateChatMessage = false,
  4. String createdAt = '',
  5. int preciseCreatedAt = 0,
})

Implementation

ActionTextOutput({
    this.userId = '',
    this.text = '',
    this.generateChatMessage = false,
    this.createdAt = '',
    this.preciseCreatedAt = 0,
});