ApplicationPassword class final

Available Extensions
Annotations
  • @immutable

Constructors

ApplicationPassword({required String uuid, required String? appId, required String name, required DateTime created, required Links? links, required Map<String, dynamic> self, DateTime? lastUsed, String? lastIp, String? password})
const
ApplicationPassword.fromJson(Map<String, dynamic> map)
factory

Properties

appId String?
final
created DateTime
final
hashCode int
The hash code for this object.
no setterinherited
lastIp String?
final
lastUsed DateTime?
final
final
name String
final
password String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
self Map<String, dynamic>
Represents the entire JSON body as a Map.
final
uuid String
final

Methods

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

Operators

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