DatabaseSettings constructor
DatabaseSettings(})
Implementation
DatabaseSettings(
this.enabled,
this.configuration, {
this.encrypt = false,
this.syncToServer = false,
this.syncInterval = const Duration(seconds: 30),
this.onSync,
this.validateCache = true,
});