Content.fromRawJson constructor

Content.fromRawJson(
  1. String str
)

Implementation

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