Settings constructor
const
Settings({})
Creates an instance for these Settings.
Implementation
const Settings({
this.persistenceEnabled,
this.host,
this.sslEnabled,
this.cacheSizeBytes,
this.ignoreUndefinedProperties = false,
});