AgoraRtmMessage constructor

AgoraRtmMessage(
  1. String? text,
  2. int? ts,
  3. bool? offline
)

Implementation

AgoraRtmMessage(this.text, this.ts, this.offline);