ObjectMapper constructor
ObjectMapper({
- NamingStrategy? namingStrategy,
- bool prettyPrint = true,
Implementation
ObjectMapper({
NamingStrategy? namingStrategy,
this.prettyPrint = true,
}) {
this.namingStrategy = namingStrategy ?? NamingStrategies.basic;
}