utsnameMachine property

  1. @Deprecated("Use nullable DeviceInfo.data['utsnameMachine'] instead.")
String get utsnameMachine

Hardware type (e.g. 'iPhone7,1' for iPhone 6 Plus).

Implementation

@Deprecated("Use nullable DeviceInfo.data['utsnameMachine'] instead.")
static String get utsnameMachine => _deviceParameters['utsnameMachine'] ?? '';