DraftObject.fromRawJson constructor

DraftObject.fromRawJson(
  1. String str
)

Implementation

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