InitFileBuilderHelper class

Constructors

InitFileBuilderHelper.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
log → Logger
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

build(List<(String, String, String)> jsonFiles, AssetReader reader, {required bool isTest, required String outputPath, required String currentPackage}) Future<String>
buildTemplateData(List<(String, String, String)> jsonFiles, {required bool isTest, required String outputPath, required String currentPackage}) Map<String, dynamic>?
collectCustomMapper(Map<String, dynamic> mapperData) → _InitFileContributions
collectMapper(Map<String, dynamic> mapperData) → _InitFileContributions
extractCodeProperty(Map<String, dynamic> mapperData, String propertyName) → Code
extractNullableCodeProperty(Map<String, dynamic> mapperData, String propertyName) → Code?
mergeInitFileContributions(Iterable<_InitFileContributions> all) → _InitFileContributions
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