SignallingPushConfig class Null safety

信令推送配置项

Annotations

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.
read-only, inherited
needPush bool
是否需要push
final
pushContent String?
推送内容
final
pushPayload Map<String, dynamic>?
推送扩展
@JsonKey(fromJson: castPlatformMapToDartMap), final
pushTitle String?
推送标题
final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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