highRange property

String? highRange
getter/setter pair

Specifies the ending value for a search range.

Use cse:lowRange and cse:highrange to append an inclusive search range of lowRange...highRange to the query.

Implementation

core.String? highRange;