FirestoreModelSettings constructor

const FirestoreModelSettings({
  1. bool? persistenceEnabled,
  2. String? host,
  3. bool? sslEnabled,
  4. int? cacheSizeBytes,
})

Implementation

const FirestoreModelSettings(
    {this.persistenceEnabled,
    this.host,
    this.sslEnabled,
    this.cacheSizeBytes});