setCID method
Implementation
bool setCID(timestamp, cid) {
if (_data[timestamp] == null) return false;
_data[timestamp]!.cid = cid;
return true;
}
bool setCID(timestamp, cid) {
if (_data[timestamp] == null) return false;
_data[timestamp]!.cid = cid;
return true;
}