Common interface for devices tracked by an authentication provider.
- Mixed-in types
- Annotations
-
- @immutable
Constructors
- AuthDevice.new()
-
Common interface for devices tracked by an authentication provider.
const
Properties
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