copyWith method
- String? hashedPin,
Implementation
DevicePinDTO copyWith({String? hashedPin}) {
return DevicePinDTO(hashedPin: hashedPin ?? this.hashedPin);
}
DevicePinDTO copyWith({String? hashedPin}) {
return DevicePinDTO(hashedPin: hashedPin ?? this.hashedPin);
}