skip method

$R skip(
  1. int count
)

Implementation

$R skip(int count) => _then(_value.skip(count).toList());