OperationUserAlreadyRegisteredInAnotherServer.fromJson constructor

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

Alternate constructor that creates a OperationUserAlreadyRegisteredInAnotherServer from a json.

Params:

  • json: contains the source for instance creation.

Implementation

factory OperationUserAlreadyRegisteredInAnotherServer.fromJson(
    Map<String, dynamic> json) {
  return OperationUserAlreadyRegisteredInAnotherServerImpl.fromJson(json);
}