init(isStoredInMemoryOnly:)
Creates a basic model configuration.
Declaration
init(isStoredInMemoryOnly: Bool = false)Parameters
- isStoredInMemoryOnly:
A Boolean value that determines whether the associated persistent storage is ephemeral and exists only in memory. The default value is
false.