AuthDevice class abstract

@{template auth_device} Common interface for devices tracked by an authentication provider. @{end_template}

Constructors

AuthDevice()
const

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
Device unique identifier.
no setter
name String?
Device name.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Converts the instance to a JSON map.
toString() String
A string representation of this object.
override

Operators

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