PostProcessBuilderDefinition class

The definition of a PostProcessBuilder in the post_process_builders section of a build.yaml.

Annotations
  • @JsonSerializable()

Constructors

PostProcessBuilderDefinition({required String builderFactory, required String import, Iterable<String>? inputExtensions, String? target, TargetBuilderConfigDefaults? defaults})
PostProcessBuilderDefinition.fromJson(Map json)
factory

Properties

builderFactory String
The name of the top-level method in import from Map<String, dynamic> -> Builder.
final
defaults TargetBuilderConfigDefaults
final
hashCode int
The hash code for this object.
no setterinherited
import String
The import to be used to load clazz.
final
inputExtensions Iterable<String>?
A list of input extensions for this builder.
final
key String
A unique key for this Builder in '$package:$builder' format.
no setter
package String
The package which provides this Builder.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
target String?
The name of the dart_library target that contains import.
final

Methods

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

Operators

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