n<R extends EventFractal> static method

FR<R>? n<R extends EventFractal>(
  1. String? refN
)

Implementation

static FR<R>? n<R extends EventFractal>(String? refN) =>
    refN == null ? null : FR(refN);