module top-level property

Module module

Reference to the main module's Module object.

Note that this is not actually a global variable and currently only works for the application's main module, meaning it should only be used from inside the main function of a Dart application.

Implementation

external Module get module;