PubspecYaml$ class

Constructors

PubspecYaml$()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
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

Static Properties

authors → Lens<PubspecYaml, List<String>>
final
customFields → Lens<PubspecYaml, Map<String, dynamic>>
final
dependencies → Lens<PubspecYaml, Iterable<PackageDependencySpec>>
final
dependencyOverrides → Lens<PubspecYaml, Iterable<PackageDependencySpec>>
final
description → Lens<PubspecYaml, Optional<String>>
final
devDependencies → Lens<PubspecYaml, Iterable<PackageDependencySpec>>
final
documentation → Lens<PubspecYaml, Optional<String>>
final
environment → Lens<PubspecYaml, Map<String, String>>
final
executables → Lens<PubspecYaml, Map<String, Optional<String>>>
final
homepage → Lens<PubspecYaml, Optional<String>>
final
issueTracker → Lens<PubspecYaml, Optional<String>>
final
name → Lens<PubspecYaml, String>
final
publishTo → Lens<PubspecYaml, Optional<String>>
final
repository → Lens<PubspecYaml, Optional<String>>
final
version → Lens<PubspecYaml, Optional<String>>
final