LibraryName constructor

const LibraryName(
  1. List<String> parts
)

Wrap the given list as a LibraryName.

The given list is not copied; it is an error to modify it after creating the LibraryName.

Implementation

const LibraryName(this.parts);