Get the value of a single date, null if unset.
null
int? getValue(DateTime date) { assert(_state != null, 'controller is not attached to any calendar'); return _state!.values[date]; }