BalanceRefresh constructor
- @JsonSerializable(explicitToJson: true)
- required BalanceRefreshStatus status,
- required int lastAttemptedAt,
Implementation
@JsonSerializable(explicitToJson: true)
const factory BalanceRefresh({
/// Status of the balance refresh attempt
required BalanceRefreshStatus status,
/// Unix timestamp (in milliseconds) of the time of the last refresh attempt.
required int lastAttemptedAt,
}) = _BalanceRefresh;