PulseF constructor

PulseF({
  1. Map<Object, dynamic>? map,
  2. required Fractal by,
})

Implementation

PulseF({
  Map<Object, dynamic>? map,
  required this.by,
}) {
  if (map != null) super.map = map;
}