loadedLibraries property

List<FakeLoadedShaderLibrary> loadedLibraries
final

Every library loadShaders has handed out, in order, so a test can reach the one an application holds and count its refreshes.

Implementation

final List<FakeLoadedShaderLibrary> loadedLibraries =
    <FakeLoadedShaderLibrary>[];