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