GeneratorManifest class

Implemented types

Constructors

GeneratorManifest({String? prettyName, String? defaultOutput, GeneratorManifestDenyList? denylists, Iterable<String>? requiresGenerators, Iterable<EngineType>? requiresEngines, String? requiresEngineVersion, String? version})
const

Properties

defaultOutput String?
final
denylists GeneratorManifestDenyList?
final
hashCode int
The hash code for this object.
no setterinherited
prettyName String?
final
requiresEngines Iterable<EngineType>?
final
requiresEngineVersion String?
final
requiresGenerators Iterable<String>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
version String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Converts the object to a JSON representation.
override
toString() String
A string representation of this object.
inherited

Operators

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