netglade

Developed with 💚 by netglade

ci auto_mappr_annotation license: MIT style: netglade analysis Discord


@AutoMappr annotation used for AutoMappr code generator.

import 'package:auto_mappr_annotation/auto_mappr_annotation.dart';

import 'main.auto_mappr.dart';

@AutoMappr([
  MapType<UserDto, User>(),
])
class Mappr extends $Mappr {}

Libraries

auto_mappr_annotation
AutoMappr Annotation.