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