AuthRegisterResponse.fromJson constructor

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

Implementation

factory AuthRegisterResponse.fromJson(Map<String, dynamic> json) =>
    AuthRegisterResponse(json);