ParseEntity constructor
const
ParseEntity({})
Implementation
const ParseEntity({
this.from = 'Json',
this.to = 'Json',
this.keyType = 'snake_case',
this.copyWith = true,
this.copyWithData = true,
});
const ParseEntity({
this.from = 'Json',
this.to = 'Json',
this.keyType = 'snake_case',
this.copyWith = true,
this.copyWithData = true,
});