ContentResponse.fromRawJson constructor

ContentResponse.fromRawJson(
  1. String str
)

Implementation

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