Catalog class abstract

Annotations
  • @freezed

Constructors

Catalog.new({Map<String, VersionConstraint?>? environment, String? publishTo, Uri? repository, Uri? issueTracker, List<String>? topics, String? documentation, String? resolution, Map<String, Dependency>? dependencies, Map<String, Dependency>? devDependencies, Map<String, Dependency>? dependencyOverrides})
const
factory
Catalog.fromYaml(YamlMap yaml)
factory

Properties

copyWith → $CatalogCopyWith<Catalog>
Create a copy of Catalog with the given fields replaced by the non-null parameter values.
no setterinherited
dependencies Map<String, Dependency>?
no setterinherited
dependencyOverrides Map<String, Dependency>?
no setterinherited
devDependencies Map<String, Dependency>?
no setterinherited
documentation String?
no setterinherited
environment Map<String, VersionConstraint?>?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
issueTracker Uri?
no setterinherited
publishTo String?
no setterinherited
repository Uri?
no setterinherited
resolution String?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
topics List<String>?
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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