We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 856340e commit 743bec6Copy full SHA for 743bec6
packages/device_info_plus/device_info_plus/lib/src/model/android_device_info.dart
@@ -109,7 +109,7 @@ class AndroidDeviceInfo extends BaseDeviceInfo {
109
final String tags;
110
111
/// The type of build, like "user" or "eng".
112
- /// https://developer.android.com/reference/android/os/Build#TIME
+ /// https://developer.android.com/reference/android/os/Build#TYPE
113
final String type;
114
115
/// `false` if the application is running in an emulator, `true` otherwise.
0 commit comments