start property

num? start
final

The start of the frame boundary, relative to the current row.

A value of null indicates that frame includes all prior rows, groups or range bounds. A value of 0 indicates that frame starts at the current row.

A negative or positive value indicates that frame starts at the specified offset before or after the current row.

Implementation

final num? start;