asFunction<@DartRepresentationOf("NF") DF extends Function> method Null safety

DF asFunction<@DartRepresentationOf("NF") DF extends Function>(
  1. {bool isLeaf = false}
)

Convert to Dart function, automatically marshalling the arguments and return value.

Implementation

external DF asFunction<@DartRepresentationOf("NF") DF extends Function>(
    {bool isLeaf: false});