BECSForm constructor

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

Implementation

BECSForm({Key? key, required this.config}) : super(key: key);