model property
Device model. Not equivalent across platforms: on Android this is
the specific hardware model (Build.MODEL, e.g. "SM-G991B"); on iOS
this is only the generic device type (UIDevice.current.model, e.g.
"iPhone" or "iPad"). For the specific iOS hardware identifier
(e.g. "iPhone14,2"), use modelName instead.
Implementation
final String model;