luhn library

Functions

checkLuhnValidity(String ccNum) bool
Implementation of the Luhn algorithm in Dart. It is also known as the "modulus 10" algorithm