PasswordAuthenticatorProtectionStatus.fromJson constructor
Alternate constructor that creates a PasswordAuthenticatorProtectionStatus from a json.
Params:
- json: contains the source for instance creation.
Implementation
factory PasswordAuthenticatorProtectionStatus.fromJson(
Map<String, dynamic> json,
) {
return const PasswordAuthenticatorProtectionStatusConverter().fromJson(
json,
);
}