firstHistoricalDate property

IFactMetaDate? firstHistoricalDate

Implementation

IFactMetaDate? get firstHistoricalDate =>
    dates.orEmptyList().firstOrNull((date) => date.isHistorical == true);