timelineField property Null safety
Implementation
JsonPath? get timelineField => dates
.orEmptyList()
.firstOrNull((date) => date.isHistorical == true)
?.path;
JsonPath? get timelineField => dates
.orEmptyList()
.firstOrNull((date) => date.isHistorical == true)
?.path;