bool setDateToDataset(Dataset dataset) { return dataset.fieldByName(_fieldName).fold(() => false, (a) { return _tryPutValue(a.setValue); }); }