menu
fractal package
documentation
fr.dart
FR<V extends EventFractal>
n<R extends EventFractal> static method
n<R extends EventFractal> static method
dark_mode
light_mode
n<
R extends EventFractal
>
static method
FR
<
R
>
?
n
<
R extends EventFractal
>(
String
?
refN
)
Implementation
static FR<R>? n<R extends EventFractal>(String? refN) => refN == null ? null : FR(refN);
fractal package
documentation
fr
FR<V extends EventFractal>
n<R extends EventFractal> static method
FR class