UICValidatorService constructor

UICValidatorService({
  1. Luhn? luhn,
})

Implementation

UICValidatorService({Luhn? luhn}) : _luhn = luhn ?? Luhn();