Pubspec class sealed

The pubspec file

Code generated pubspec.yaml.g.dart from pubspec.yaml This class is generated from pubspec.yaml, do not edit directly.

Every pub package needs some metadata so it can specify its dependencies. Pub packages that are shared with others also need to provide some other information so users can discover them. All of this metadata goes in the package’s pubspec: a file named pubspec.yaml that’s written in the YAML language.

Read more:

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

timestamp DateTime
Build date and time (UTC)
final

Constants

dependencies → const Map<String, Object>
Dependencies
dependencyOverrides → const Map<String, Object>
Dependency overrides
description → const String
Description
devDependencies → const Map<String, Object>
Developer dependencies
documentation → const String
Documentation
environment → const Map<String, String>
Environment
executables → const Map<String, Object>
Executables
falseSecrets → const List<Object>
False_secrets
funding → const List<Object>
Funding
homepage → const String
Homepage
issueTracker → const String
Issue tracker
name → const String
Name
platforms → const Map<String, Object>
Platforms
publishTo → const String
Publish_to
repository → const String
Repository
screenshots → const List<Object>
Screenshots
source → const Map<String, Object>
Source data from pubspec.yaml
topics → const List<Object>
Topics
version → const PubspecVersion
Version