code_builders/method_builder library

Functions

buildMapperImplementation(Map<String, dynamic> config, MethodElement method, ClassElement abstractMapper) → Method
Generates the implemented mapper method by the given abstract MethodElement.
buildStaticMapperImplementation(Map<String, dynamic> config, MethodElement method, ClassElement abstractMapper) → Method
Generates the implemented mapper method by the given abstract MethodElement.