CoinReposUrl.fromJson constructor
Constructs a CoinReposUrl instance from a JSON map.
The json
parameter is a map containing the data to be converted.
Implementation
CoinReposUrl.fromJson(Map<String, dynamic> json)
: this.github = Convert.toListOfString(json['homepage']),
this.bitbucket = Convert.toListOfString(json['bitbucket']);