take method

$R take(
  1. int count
)

Implementation

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