BECSFormInterface constructor

const BECSFormInterface({
  1. Key? key,
  2. required PayEngineConfig config,
})

Implementation

const BECSFormInterface({
  super.key,
  required this.config,
});