PasskeyInfo class

Annotations
  • @JsonSerializable.new(explicitToJson: true)

Constructors

PasskeyInfo(String id, String aaguid, String userAgent, String attestationType, List<String> transport, bool backupEligible, bool backupState, String created)
PasskeyInfo.fromJson(Map<String, dynamic> json)
factory
PasskeyInfo.fromResponse(PassKeyItem p)
factory

Properties

aaguid String
final
attestationType String
final
backupEligible bool
final
backupState bool
final
created String
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transport List<String>
final
userAgent String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited