DeviceInfoModel class

Available Extensions

Constructors

DeviceInfoModel({List? languages, String? locale, String? countryCode, String? languageCode, String? model, String? os, String? platform, String? appName, String? packageName, String? version, String? buildNumber, String? id, int? androidSdkInt, String? identifier, String? deviceName, String? deviceOsVersion})

Properties

androidSdkInt int?
final
appName String?
final
buildNumber String?
final
countryCode String?
final
deviceName String?
final
deviceOsVersion String?
final
hashCode int
The hash code for this object.
no setterinherited
id String?
final
identifier String?
final
languageCode String?
final
languages List?
locale
final
locale String?
final
model String?
final
os String?
final
packageName String?
final
platform String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
version String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited