lower static method

int lower(
  1. int value
)

Implementation

static int lower(int value) => value;