OperationUserNotRegisteredInServer.fromJson constructor

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

Alternate constructor that creates a OperationUserNotRegisteredInServer from a json.

Params:

  • json: contains the source for instance creation.

Implementation

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