ProxyArticleWorth.fromJson constructor
ProxyArticleWorth.fromJson(
- String source
Implementation
factory ProxyArticleWorth.fromJson(String source) =>
ProxyArticleWorth.fromMap(json.decode(source));