expYear property

  1. @JsonKey(name: "exp_year")
int? get expYear
inherited

Four-digit number representing the card’s expiration year.

Implementation

@JsonKey(name: "exp_year")
int? get expYear => throw _privateConstructorUsedError;