modulesNames property

Set<String> modulesNames

Returns the names of the modules of this API.

Implementation

Set<String> get modulesNames {
  _ensureModulesLoadedSync('modulesNames');
  return _modules!.keys.toSet();
}