latestAttempt property

  1. @JsonKey(name: "latest_attempt")
String? get latestAttempt
inherited

The most recent SetupAttempt for this SetupIntent.

Implementation

@JsonKey(name: "latest_attempt")
String? get latestAttempt => throw _privateConstructorUsedError;