copyWithout method
- bool displayName = false,
Implementation
DeviceUpdateData copyWithout({
bool displayName = false,
}) {
return DeviceUpdateData(
displayName: displayName ? null : this.displayName,
address: address,
);
}
DeviceUpdateData copyWithout({
bool displayName = false,
}) {
return DeviceUpdateData(
displayName: displayName ? null : this.displayName,
address: address,
);
}