You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/device_info_plus_platform_interface/lib/model/macos_device_info.dart
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -23,13 +23,17 @@ class MacOsDeviceInfo {
23
23
/// Operating system type
24
24
finalString hostName;
25
25
26
-
/// Machine cpu achecture
26
+
/// Machine cpu architecture
27
27
finalString arch;
28
28
29
29
/// Device model
30
30
finalString model;
31
31
32
-
/// Machine Kernel version. Example Darwin Kernel Version 15.3.0: Thu Dec 10 18:40:58 PST 2015; root:xnu-3248.30.4~1/RELEASE_X86_64” or “Darwin Kernel Version 15.0.0: Wed Dec 9 22:19:38 PST 2015; root:xnu-3248.31.3~2/RELEASE_ARM64_S8000
32
+
/// Machine Kernel version.
33
+
/// Examples:
34
+
/// `Darwin Kernel Version 15.3.0: Thu Dec 10 18:40:58 PST 2015; root:xnu-3248.30.4~1/RELEASE_X86_64`
35
+
/// or
36
+
/// `Darwin Kernel Version 15.0.0: Wed Dec 9 22:19:38 PST 2015; root:xnu-3248.31.3~2/RELEASE_ARM64_S8000`
0 commit comments