ArticlePhoto.fromJson constructor

ArticlePhoto.fromJson(
  1. String source
)

Implementation

factory ArticlePhoto.fromJson(String source) =>
    ArticlePhoto.fromMap(json.decode(source));