factory AllDocViewKeyMetaEntity.get(int id, String key, String value) => AllDocViewKeyMetaEntity(id: id, key: key, value: value);