isValidId method

bool isValidId(
  1. int value
)

Implementation

bool isValidId(int value) => (format.idOf(value) != null);