menu
affyid_sdk package
documentation
api.dart
Passkey
Passkey.new constructor
Passkey.new constructor
dark_mode
light_mode
Passkey
constructor
Passkey
(
{
String
?
id
,
String
?
name
,
DateTime
?
createdAt
,
DateTime
?
lastUsedAt
,
})
Returns a new
Passkey
instance.
Implementation
Passkey({ this.id, this.name, this.createdAt, this.lastUsedAt, });
affyid_sdk package
documentation
api
Passkey
Passkey.new constructor
Passkey class