ElModel.json constructor
const
ElModel.json({})
生成 formJson、toJson、equals、hashCode 方法
Implementation
const ElModel.json({
this.formJson = true,
this.toJson = true,
this.copyWith = false,
this.merge = false,
this.generateEquals = false,
this.generateHashCode = false,
this.generateToString = false,
this.fromJsonDiff = false,
this.toJsonUnderline = false,
});