fromJson static method
Implementation
static AppKeyIProov fromJson(Map<String, dynamic> json) {
return AppKeyIProov(json['host'] ?? "", json['api'] ?? "",json['secret'] ?? "");
}
static AppKeyIProov fromJson(Map<String, dynamic> json) {
return AppKeyIProov(json['host'] ?? "", json['api'] ?? "",json['secret'] ?? "");
}