DeviceInfo class
Constructors
- DeviceInfo({required bool isSimulator, required String? ipAddress, required GeoPoint? geo, required String deviceId, required String deviceType, required String? deviceModel, required String? deviceBrand, required String? software, required String locale, required String language, required String? softwareVersion})
-
const
- DeviceInfo.unknown({required String language, required String locale, String? ipAddress, GeoPoint? geo, required bool isSimulator})
Properties
- deviceBrand → String?
-
final
- deviceId → String
-
final
- deviceModel → String?
-
final
- deviceType → String
-
final
- geo → GeoPoint?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- ipAddress → String?
-
final
- isSimulator → bool
-
final
- language → String
-
final
- locale → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- software → String?
-
final
- softwareVersion → String?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → dynamic -
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited