lowRange property

String? lowRange
getter/setter pair

Specifies the starting 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? lowRange;