QChatPushConfig class
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- QChatPushConfig({QChatPushMsgType? pushMsgType, bool? isNoDisturbOpen, required bool isPushShowNoDetail, String? startNoDisturbTime, String? stopNoDisturbTime})
-
QChatPushConfig.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isNoDisturbOpen ↔ bool?
-
是否开启免打扰
getter/setter pair
- isPushShowNoDetail ↔ bool
-
推送是否不显示详情
getter/setter pair
- pushMsgType ↔ QChatPushMsgType?
-
消息推送类型选项
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startNoDisturbTime ↔ String?
-
免打扰开始时间,格式 HH:mm
getter/setter pair
- stopNoDisturbTime ↔ String?
-
免打扰结束时间,格式 HH:mm
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited