VizPackage class

Inheritance

Constructors

VizPackage(String name, Version? version, Set<Dependency> deps, Version? latestVersion)

Properties

dependencies Set<Dependency>
final
hashCode int
The hash code for this object.
no setteroverride
isPrimary bool
getter/setter pair
latestVersion → Version?
final
name String
final
onlyDev bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
version → Version?
final

Methods

compareTo(VizPackage other) int
Compares this object to another object.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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