hasSameCoreDetails method
Implementation
bool hasSameCoreDetails(DeviceDetailsModel other) {
return os == other.os &&
brand == other.brand &&
device == other.device &&
model == other.model;
}
bool hasSameCoreDetails(DeviceDetailsModel other) {
return os == other.os &&
brand == other.brand &&
device == other.device &&
model == other.model;
}