NewsListData.fromRawJson constructor

NewsListData.fromRawJson(
  1. String str
)

Implementation

factory NewsListData.fromRawJson(String str) =>
    NewsListData.fromJson(json.decode(str));