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