0 purchases
be lazy
Description #
Making the model with your hand it take alot of time,
and some webistes not converting the model as we need so I decide to make this package.
I always say to myself "Try to be lazy you will be creative" .
Features #
Support Null Safety & not Null Safety models
Give default values if null
Example #
var json = {
'name':'amr',
'age':25,
'workingAt':'Alalmiyalhura'
};
BuildWithAmr(json, isNullSafety: false, modelName: "Data");
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.