InsightFiltersNoteUpdatedAtDateRange constructor
const
InsightFiltersNoteUpdatedAtDateRange({})
Creates a new InsightFiltersNoteUpdatedAtDateRange.
unit A date range unit for the date filter. Valid values: DAYS.
value A date range value for the date filter, provided as an Integer.
Implementation
const InsightFiltersNoteUpdatedAtDateRange({
required this.unit,
required this.value,
});