BankCard constructor Null safety

BankCard(
  1. {String? number,
  2. String? expire,
  3. String? holder,
  4. String? cvv}
)