BetweenStart
Represents the start of a range condition for a specific field.
This class is used to define the starting point of a range in query conditions, typically for operations that require a 'between' clause. The field
parameter specifies the name of the field on which the condition is applied, and start
defines the starting value of the range.
Parameters
V
The type of the value representing the start of the range.