You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because the classes are Codable and fields are optional, there is no standard initializer available. This makes it difficult to create new instances for POST requests or to initialize model classes for previews in swiftui views.
Ideally, parameters of the initializer should provide default values / should be optional to allow providing only relevant fields.
The text was updated successfully, but these errors were encountered:
Because the classes are Codable and fields are optional, there is no standard initializer available. This makes it difficult to create new instances for POST requests or to initialize model classes for previews in swiftui views.
Ideally, parameters of the initializer should provide default values / should be optional to allow providing only relevant fields.
The text was updated successfully, but these errors were encountered: