DeviceInfo class
Constructors
- DeviceInfo({String versionNumber = '', String buildNumber = '', String displayName = '', String bundleName = '', String uuid = '', String locales = '', String timeZone = '', String alphaCode = '', LocaleApp localeApp = const LocaleApp(), bool isLowRamDevice = false, int physicalRamSize = 0, int availableRamSize = 0, int totalRam = 0})
- DeviceInfo.fromJson(Map json)
Properties
- alphaCode → String
-
final
- availableRamSize → int
-
final
- buildNumber → String
-
final
- bundleName → String
-
final
- displayName → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isLowRamDevice → bool
-
final
- localeApp → LocaleApp
-
final
- locales → String
-
final
- physicalRamSize → int
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- timeZone → String
-
final
- totalRam → int
-
final
- uuid → String
-
final
- versionNumber → String
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited