loadLibraryFunction property

  1. @Deprecated(elementModelDeprecationMsg)
FunctionElement get loadLibraryFunction

The element representing the synthetic function loadLibrary that is implicitly defined for this library if the library is imported using a deferred import.

Implementation

@Deprecated(elementModelDeprecationMsg)
FunctionElement get loadLibraryFunction;