librarySettings property

List<ClientLibrarySettings>? librarySettings
getter/setter pair

Client library settings.

If the same version string appears multiple times in this list, then the last one wins. Settings from earlier settings with the same version string are discarded.

Implementation

core.List<ClientLibrarySettings>? librarySettings;