TestingFFI constructor

const TestingFFI({
  1. Key? key,
  2. required int firstnum,
  3. required int secondnum,
})

Implementation

const TestingFFI({Key? key, required this.firstnum, required this.secondnum}) : super(key: key);