CreditCardFormatter constructor

CreditCardFormatter({
  1. String separator = ' ',
})

Implementation

CreditCardFormatter({this.separator = ' '});