isValidChecksum method

bool isValidChecksum(
  1. int value
)

Implementation

bool isValidChecksum(int value) => (value == checksum());