Is it ok to set all model value to nullable kotlin and swift?
Like this:
// MARK: - LoginModel struct LoginModel: Codable { let message: String?