VerifyRegistrationResponse.fromJson constructor

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

Implementation

factory VerifyRegistrationResponse.fromJson(Map<String, dynamic> json) =>
    _$VerifyRegistrationResponseFromJson(json);