AttributionEntity class
secondaryAttribution : {"reCallState":false} city : "广州" openId : null retryAppStartDelay : null currentCity : "广州" mstatus : true noticeTitle : null noticeContent : null province : "广东" activityChannel : 61 marketingPlatform : "appstore" applyCancelTime : null packageNameList : null attributionCount : 1 unionId : "fbe30ff651aa4bf3803b8bd236846152" isAttributionSuccess : false gameToken : null loginStatus : null userId : "null" winningIdea : "默认" isCanCancel : false isNatureChannel : true isShowNotice : false currentCityIsBlack : false isCancelAccount : false attributionType : null ts : 1744977239103
Constructors
- AttributionEntity.new({SecondaryAttribution? secondaryAttribution, String? city, dynamic openId, dynamic retryAppStartDelay, String? currentCity, bool? mstatus, dynamic noticeTitle, dynamic noticeContent, String? province, num? activityChannel, String? marketingPlatform, dynamic applyCancelTime, dynamic packageNameList, num? attributionCount, String? unionId, bool? isAttributionSuccess, dynamic gameToken, dynamic loginStatus, String? userId, String? winningIdea, bool? isCanCancel, bool? isNatureChannel, bool? isShowNotice, bool? currentCityIsBlack, bool? isCancelAccount, dynamic attributionType, num? ts})
- AttributionEntity.fromJson(dynamic json)
Properties
- activityChannel → num?
-
no setter
- applyCancelTime → dynamic
-
no setter
- attributionCount → num?
-
no setter
- attributionType → dynamic
-
no setter
- city → String?
-
no setter
- currentCity → String?
-
no setter
- currentCityIsBlack → bool?
-
no setter
- gameToken → dynamic
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- isAttributionSuccess → bool?
-
no setter
- isCanCancel → bool?
-
no setter
- isCancelAccount → bool?
-
no setter
- isNatureChannel → bool?
-
no setter
- isShowNotice → bool?
-
no setter
- loginStatus → dynamic
-
no setter
- marketingPlatform → String?
-
no setter
- mstatus → bool?
-
no setter
- noticeContent → dynamic
-
no setter
- noticeTitle → dynamic
-
no setter
- openId → dynamic
-
no setter
- packageNameList → dynamic
-
no setter
- province → String?
-
no setter
- retryAppStartDelay → dynamic
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- secondaryAttribution → SecondaryAttribution?
-
no setter
- ts → num?
-
no setter
- unionId → String?
-
no setter
- userId → String?
-
no setter
- winningIdea → String?
-
no setter
Methods
-
copyWith(
{SecondaryAttribution? secondaryAttribution, String? city, dynamic openId, dynamic retryAppStartDelay, String? currentCity, bool? mstatus, dynamic noticeTitle, dynamic noticeContent, String? province, num? activityChannel, String? marketingPlatform, dynamic applyCancelTime, dynamic packageNameList, num? attributionCount, String? unionId, bool? isAttributionSuccess, dynamic gameToken, dynamic loginStatus, String? userId, String? winningIdea, bool? isCanCancel, bool? isNatureChannel, bool? isShowNotice, bool? currentCityIsBlack, bool? isCancelAccount, dynamic attributionType, num? ts}) → AttributionEntity -
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