menu
atproto package
documentation
atproto.dart
AppPassword
AppPassword.fromJson factory constructor
AppPassword.fromJson factory constructor
dark_mode
light_mode
AppPassword.fromJson
constructor
AppPassword.fromJson
(
Map
<
String
,
Object
?
>
json
)
Implementation
factory
AppPassword.fromJson(
Map
<
String
,
Object?
> json) => _$AppPasswordFromJson(json);
atproto package
documentation
atproto
AppPassword
AppPassword.fromJson factory constructor
AppPassword class
Constructors
AppPassword
fromJson
Properties
copyWith
createdAt
hashCode
name
password
privileged
runtimeType
Methods
noSuchMethod
toJson
toString
Operators
operator ==