brand property
String
get
brand
设备品牌 苹果 固定 Apple,安卓 Redmi
Implementation
static String get brand => _deviceInfo?.brand ?? "";
设备品牌 苹果 固定 Apple,安卓 Redmi
static String get brand => _deviceInfo?.brand ?? "";