RewardValidationData class

Constructors

RewardValidationData.new({required String userId, required String custom, String rewardName = '', int rewardAmount = 0})

Properties

custom String
设置激励视频服务端验证的自定义信息
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
rewardAmount int
设置激励视频服务端激励数量
getter/setter pair
rewardName String
设置激励视频服务端激励名称
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userId String
设置服务端验证的用户信息
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited