latestExpirationDate property

  1. @JsonKey(name: 'latestExpirationDate', nullable: true)
String? latestExpirationDate
inherited

The latest expiration date of all purchased skus

Implementation

@JsonKey(name: 'latestExpirationDate', nullable: true)
String? get latestExpirationDate => throw _privateConstructorUsedError;