toJson method

String toJson()

Implementation

String toJson() {
  return DocumentSearchModelMapper.ensureInitialized()
      .encodeJson<DocumentSearchModel>(this as DocumentSearchModel);
}