copyWith method

  1. @override
Settings copyWith({
  1. bool? persistenceEnabled,
  2. String? host,
  3. bool? sslEnabled,
  4. int? cacheSizeBytes,
  5. bool? ignoreUndefinedProperties,
})

Implementation

@override
Settings copyWith({
  bool? persistenceEnabled,
  String? host,
  bool? sslEnabled,
  int? cacheSizeBytes,
  bool? ignoreUndefinedProperties,
}) {
  // TODO: implement copyWith
  throw UnimplementedError();
}