SentChat constructor

const SentChat({
  1. Key? key,
  2. dynamic message,
})

Implementation

const SentChat({Key? key, this.message}) : super(key: key);