PTextMessageContent constructor

PTextMessageContent({
  1. String? text,
})

Implementation

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