KeysBuilder class

A builder that generates Dart classes from YAML files with .keys.yaml or .keys.yml extensions.

Constructors

KeysBuilder({String hierarchySeparator = '_'})

Properties

buildExtensions Map<String, List<String>>
Specifies the input and output file extensions.
final
hashCode int
The hash code for this object.
no setterinherited
hierarchySeparator String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

build(BuildStep buildStep) Future<void>
The main build method invoked by the build system.
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