PinStatusResponse constructor
PinStatusResponse({})
Implementation
PinStatusResponse({
required this.hasPin,
this.status,
required this.locked,
required this.failedAttempts,
this.lastVerifiedAt,
});
PinStatusResponse({
required this.hasPin,
this.status,
required this.locked,
required this.failedAttempts,
this.lastVerifiedAt,
});