fromJson static method

DocumentModel fromJson(
  1. String json
)

Implementation

static DocumentModel fromJson(String json) {
  return ensureInitialized().decodeJson<DocumentModel>(json);
}