RegisterResponse.fromJson constructor

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

Implementation

RegisterResponse.fromJson(Map<String, dynamic> json) {
  fromMap(json);
}