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");

Libraries

be_lazy