TextMessageContent constructor

TextMessageContent({
  1. String? text,
})

Implementation

TextMessageContent({String? text}) : this.text = text;