MakeF constructor

MakeF(
  1. MP m, {
  2. Fractal? by,
})

Implementation

MakeF(
  MP m, {
  this.by,
}) {
  map = {...m};
}