factory SequenceEntity.getObject(int id, int key, String value) => SequenceEntity(id: id, key: key, value: value);