OperationSigningFailedWithStrongBox.fromJson constructor

OperationSigningFailedWithStrongBox.fromJson(
  1. Map<String, dynamic> json
)

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);
}