CoinReposUrl.fromJson constructor

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

Implementation

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