fromJson static method

DocumentSearchModel fromJson(
  1. String json
)

Implementation

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