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