FingerprintUserVerificationError.fromJson constructor
Alternate constructor used to create FingerprintUserVerificationError from a json.
Params:
- json: contains the source for instance creation.
 
Implementation
factory FingerprintUserVerificationError.fromJson(Map<String, dynamic> json) {
  return FingerprintUserVerificationErrorImpl.fromJson(json);
}