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