StartCursorModifier.startAfter constructor

StartCursorModifier.startAfter(
  1. Object? value,
  2. String? key
)

Creates a new startAfter modifier with an optional key.

Implementation

StartCursorModifier.startAfter(Object? value, String? key)
    : this._('startAfter', value, key);