isHistorical property

bool isHistorical

Implementation

bool get isHistorical =>
    dates?.any((date) => date.isHistorical == true) == true;