SparkF constructor

SparkF({
  1. required PulseF pulse,
  2. required MP map,
})

Implementation

SparkF({
  required this.pulse,
  required this.map,
});