PasswordInfo constructor
PasswordInfo({
- required String name,
- required PasswordCategory category,
- String? notes,
- required bool isPlatformManaged,
- required bool isUserSet,
Implementation
PasswordInfo({
required this.name,
required this.category,
this.notes,
required this.isPlatformManaged,
required this.isUserSet,
});