copyWith method
Implementation
SolidConfig copyWith({RemoteStorageLayout? layout}) {
return SolidConfig(
layout: layout ?? this.layout,
);
}
SolidConfig copyWith({RemoteStorageLayout? layout}) {
return SolidConfig(
layout: layout ?? this.layout,
);
}