menu
purchases_flutter package
documentation
models/verified_reward.dart
VerifiedEntitlementReward
VerifiedEntitlementReward.new const constructor
VerifiedEntitlementReward.new const constructor
dark_mode
light_mode
VerifiedEntitlementReward
constructor
const
VerifiedEntitlementReward
(
{
required
String
identifier
,
DateTime
?
expiresAt
,
})
Implementation
const VerifiedEntitlementReward({ required this.identifier, this.expiresAt, }) : super._();
purchases_flutter package
documentation
models/verified_reward
VerifiedEntitlementReward
VerifiedEntitlementReward.new const constructor
VerifiedEntitlementReward class