NewsDetailsData.fromRawJson constructor

NewsDetailsData.fromRawJson(
  1. String str
)

Implementation

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