1 implementation of Model
Microsoft.Maui.Essentials (1)
DeviceInfo\DeviceInfo.uwp.cs (1)
34
public string
Model
=> deviceInfo.SystemProductName;
1 reference to Model
Microsoft.Maui.Essentials (1)
DeviceInfo\DeviceInfo.shared.cs (1)
76
public static string Model => Current.
Model
;