addTest static method

int addTest(
  1. int value
)

Returns value plus 1.

Implementation

static int addTest(int value) => value + 1000;