fromJsonModel static method
Implementation
static RegisterInitResponse fromJsonModel(Object? json) => RegisterInitResponse.fromJson(json as Map<String,dynamic>);
static RegisterInitResponse fromJsonModel(Object? json) => RegisterInitResponse.fromJson(json as Map<String,dynamic>);