Annotations for the auto_mappr code-generator of mapping between objects with ease.
Developed with 💚 by netglade
@AutoMappr annotation used for AutoMappr code generator.
@AutoMappr
import 'package:auto_mappr_annotation/auto_mappr_annotation.dart'; import 'main.auto_mappr.dart'; @AutoMappr([ MapType<UserDto, User>(), ]) class Mappr extends $Mappr {}