RegisterInitResponse.fromJson constructor

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

Implementation

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