Library class

Constructors

Library({required Directory directory, String? name, bool onlySrc = false})

Properties

directory Directory
final
exports List<String>
final
hashCode int
The hash code for this object.
no setterinherited
imports List<String>
final
name String?
final
onlySrc bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sources List<String>
final

Methods

addDirectory(Directory directory) → void
addFile(File file) → void
getLibraryFile(String name) File?
getLibraryName(Directory directory) String?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
save() → void
toString() String
A string representation of this object.
inherited
writeLibFile(File libFile) → void

Operators

operator ==(Object other) bool
The equality operator.
inherited