UICValidatorService constructor
UICValidatorService({
- Luhn? luhn,
Implementation
UICValidatorService({Luhn? luhn}) : _luhn = luhn ?? Luhn();
UICValidatorService({Luhn? luhn}) : _luhn = luhn ?? Luhn();