Skip to content

LiquidThinking/Dart-AutoMapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AutoMapper

A library for mapping objects from one type to another.

Usage

A simple usage example:

import 'package:auto_mapper/auto_mapper.dart';

main() {
	var fromObject = new MyTypeOfObject();
	var result = new AutoMapper().map( fromObject, MyOtherTypeOfObject );
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages