AndroidDeviceInfo class

Android device information value object.

Inheritance

Constructors

AndroidDeviceInfo({required String model, required String manufacturer, required String brand, required String device, required String product, required String systemVersion, required int sdkInt})
const
AndroidDeviceInfo.fromMap(Map map)
factory

Properties

brand String
final
device String
final
hashCode int
The hash code for this object.
no setterinherited
manufacturer String
final
model String
final
product String
final
properties List<Object?>
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sdkInt int
final
stringify bool?
no setterinherited
systemVersion String
final

Methods

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

Operators

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