OfflinePushInfo class

离线推送信息

Constructors

OfflinePushInfo({String? title, String? desc, String? ex, String? iOSPushSound, bool? iOSBadgeCount})
OfflinePushInfo.fromJson(Map<String, dynamic> json)

Properties

desc String?
通知描述
getter/setter pair
ex String?
扩展内容
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
iOSBadgeCount bool?
仅ios有效
getter/setter pair
iOSPushSound String?
仅ios有效
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
通知标题
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