CoinReposUrl.fromJson(Map<String, dynamic> json) : this.github = Convert.toListOfString(json['homepage']), this.bitbucket = Convert.toListOfString(json['bitbucket']);