QChatUpdateParam constructor

QChatUpdateParam({
  1. required String postscript,
  2. String? pushContent,
  3. String? env,
  4. Map<String, dynamic>? pushPayload,
  5. bool routeEnable = true,
  6. String? extension,
})

Implementation

QChatUpdateParam(
    {required this.postscript,
    this.pushContent,
    this.env,
    this.pushPayload,
    this.routeEnable = true,
    this.extension});