copyWith method
Implementation
DeviceTokenApplePush copyWith({String? deviceToken, bool? isAppSandbox}) =>
DeviceTokenApplePush(
deviceToken: deviceToken ?? this.deviceToken,
isAppSandbox: isAppSandbox ?? this.isAppSandbox,
);
DeviceTokenApplePush copyWith({String? deviceToken, bool? isAppSandbox}) =>
DeviceTokenApplePush(
deviceToken: deviceToken ?? this.deviceToken,
isAppSandbox: isAppSandbox ?? this.isAppSandbox,
);