valuePeriod property

Period? valuePeriod
inherited

valuePeriod The value of the filter. If period is specified, the filter will return only those data items that fall within the bounds determined by the Period, inclusive of the period boundaries. If dateTime is specified, the filter will return only those data items that are equal to the specified dateTime. If a Duration is specified, the filter will return only those data items that fall within Duration before now.

Implementation

Period? get valuePeriod => throw _privateConstructorUsedError;