BankAccountFormInterface constructor
const
BankAccountFormInterface({
- Key? key,
- required PayEngineConfig config,
Implementation
const BankAccountFormInterface({
super.key,
required this.config,
});