dart-archive / angular.dart.tutorial

AngularDart tutorial
MIT License
234 stars 89 forks source link

refactor(recipe): make .fromJson() a generative constructor #104

Closed chalin closed 10 years ago

chalin commented 10 years ago

Make Recipe.fromJson() a generative constructor instead of a factory.