MapperGenerator class

Generates mapper extensions for converting between response and entity models

This generator creates extension methods that provide seamless conversion between data layer models and domain layer entities.

Constructors

MapperGenerator()

Properties

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

Methods

generateMapperExtensions(String apiName, Map<String, dynamic> data) String
Generates mapper extensions for a given API
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