Map0<R> typedef
Map0<R> =
R Function()
Function type for generic mapping functions. Function callback with 0 arguments.
Implementation
/// Function callback with 0 arguments.
typedef Map0<R> = R Function();