EasyJson constructor

const EasyJson({
  1. bool includeIfNull = false,
  2. CaseStyle? caseStyle,
  3. bool fromJson = true,
  4. bool toJson = true,
})

Implementation

const EasyJson({
  this.includeIfNull = false,
  this.caseStyle,
  this.fromJson = true,
  this.toJson = true,
});