isIdValid method

bool isIdValid(
  1. int id
)

Implementation

bool isIdValid(int id) => id > 0;