EaseCreditCard constructor
const
EaseCreditCard({})
Implementation
const EaseCreditCard(
{Key? key,
this.name = " name",
this.number = "00000000000",
this.cvv = "000",
this.month = "12",
this.year = "2021"})
: super(key: key);