IosDeviceInfo class

iOS device information value object.

Inheritance

Constructors

IosDeviceInfo({required String name, required String model, required String localizedModel, required String systemName, required String systemVersion, required String identifierForVendor})
const
IosDeviceInfo.fromMap(Map map)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
identifierForVendor String
final
localizedModel String
final
model String
final
name String
final
properties List<Object?>
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringify bool?
no setterinherited
systemName String
final
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