lift static method

int lift(
  1. int value
)

Implementation

static int lift(int value) => value;