DeviceDetailsModel class
Constructors
- DeviceDetailsModel({required String os, required String brand, required String device, required String model, required String lastInstalledOn, required String versionRelease})
-
const
-
DeviceDetailsModel.fromJson(Map<
String, dynamic> json) -
factory
Properties
- brand → String
-
final
- device → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastInstalledOn → String
-
final
- model → String
-
final
- os → String
-
final
-
props
→ List<
Object?> -
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- versionRelease → String
-
final
Methods
-
copyWith(
{String? os, String? brand, String? device, String? model, String? lastInstalledOn, String? versionRelease}) → DeviceDetailsModel -
hasSameCoreDetails(
DeviceDetailsModel other) → bool -
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