PPConsts class
常量 定义了常规的通用常量 比如:是否同意隐私协议、是否是第一次启动、是否是vip、订阅过期时间、是否开启声音、是否开启触感反馈
Constructors
- PPConsts()
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- hapticFeedback → const String
- 是否开启触感反馈
- isAgreePrivacy → const String
- 是否同意隐私协议
- isFirstLaunch → const String
- 是否是第一次启动
- isVip → const String
- 是否是vip
- soundEnable → const String
- 是否开启声音
- vipExpireTime → const String
- 订阅过期时间