also method

void also(
  1. void block(
    1. T it
    )
)

Implementation

void also(void Function(T it) block) => block(this);