fromJson static method

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

Implementation

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