bridgedClassNames property

List<String> get bridgedClassNames

Gets the names of all bridged classes registered in this environment.

Implementation

List<String> get bridgedClassNames => _bridgedClasses.keys.toList();