NuGetPackage class final

Represents a NuGet package.

Constructors

NuGetPackage({required String name, required String version, required String path})
Creates an instance of NuGetPackage with the specified name, version, and path.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
The name of the NuGet package.
final
path String
The directory path where the NuGet package is located.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
version String
The version of the NuGet package.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
Returns a formatted string representation of the NuGet package.
override

Operators

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