followedBy method

TsQuery followedBy(
  1. TsQuery other, {
  2. int? distance,
})

Implementation

TsQuery followedBy(TsQuery other, {int? distance}) =>
    _PhraseTsQuery(this, other, distance ?? 1);