SignallingPushConfig class
信令推送配置项
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
-
SignallingPushConfig({required bool needPush, String? pushTitle, String? pushContent, Map<
String, dynamic> ? pushPayload}) -
SignallingPushConfig.fromJson(Map<
String, dynamic> map) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- needPush → bool
-
是否需要push
final
- pushContent → String?
-
推送内容
final
-
pushPayload
→ Map<
String, dynamic> ? -
推送扩展
final
- pushTitle → String?
-
推送标题
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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