CometYaml class

typed data for comet.yaml

Constructors

CometYaml({required YamlSite site, required YamlGithub github, required YamlFlutterProject flutterProject, required List<YamlFont> fonts, required List<YamlIgnoreFolder> ignoreFolders})
const

Properties

flutterProject YamlFlutterProject
final
fonts List<YamlFont>
final
github YamlGithub
final
hashCode int
The hash code for this object.
no setterinherited
ignoreFolders List<YamlIgnoreFolder>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
site YamlSite
final

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