ElModel.all constructor
const
ElModel.all({})
默认开启所有功能
Implementation
const ElModel.all({
this.formJson = true,
this.toJson = true,
this.copyWith = true,
this.merge = true,
this.generateEquals = true,
this.generateHashCode = true,
this.generateToString = true,
this.fromJsonDiff = false,
this.toJsonUnderline = false,
});