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