AuthDevice class abstract Auth

Common interface for devices tracked by an authentication provider.

Mixed in types
Annotations
  • @immutable

Constructors

AuthDevice()
Common interface for devices tracked by an authentication provider.
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, Object?>
Converts the instance to a JSON map.
override
toString() String
A string representation of this object.
override

Operators

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