DependencyGroupItem class final

The dependencies of the package for a specific target framework.

See https://learn.microsoft.com/nuget/api/registration-base-url-resource#package-dependency-group

Constructors

DependencyGroupItem({String? targetFramework, List<DependencyItem>? dependencies})
const
DependencyGroupItem.fromJson(Map<String, dynamic> json)
factory

Properties

dependencies List<DependencyItem>?
A list of dependencies.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
targetFramework String?
The target framework that these dependencies are applicable to.
final

Methods

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.
inherited