Starts at value, optionally disambiguated by a child key.
value
DbQuery startAt(Object? value, {String? key}) => _with({'startAt': value, if (key != null) 'startAtKey': key});