subtract method

int subtract(
  1. int value
)

Implementation

int subtract(int value) => (this ?? 0) - value;