factory TokenLogo.fromJson(Map<String, dynamic> json) => TokenLogo( height: json['height'], uri: json['uri'], width: json['width'], );