YmlGeneratorConfig class
Constructors
- YmlGeneratorConfig.new(PubspecConfig pubspecConfig, String configContent, String fileName)
-
YmlGeneratorConfig.merge(Iterable<
YmlGeneratorConfig> configs, String dirName)
Properties
Methods
-
checkIfTypesAvailable(
) → void -
checkTypesKnown(
Set< String> names, String type) → void -
getField(
String name, YamlMap property, {required bool disallowNullForDefaults}) → Field -
getModelByName(
ItemType itemType) → Model? -
getPathsForName(
PubspecConfig pubspecConfig, String name) → Iterable< String> -
getSimpleField(
{required String name, required String value}) → Field -
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