QChatPushConfig constructor

QChatPushConfig({
  1. QChatPushMsgType? pushMsgType,
  2. bool? isNoDisturbOpen,
  3. required bool isPushShowNoDetail,
  4. String? startNoDisturbTime,
  5. String? stopNoDisturbTime,
})

Implementation

QChatPushConfig(
    {this.pushMsgType,
    this.isNoDisturbOpen,
    required this.isPushShowNoDetail,
    this.startNoDisturbTime,
    this.stopNoDisturbTime});