imports property

List<Import> imports
final

The list of libraries that this library depends on.

This must not be empty, since at least one local widget library must be in scope in order for the remote widget library to be useful.

Implementation

final List<Import> imports;