copyWith method
Implementation
@override
DeviceTokenHuaweiPush copyWith({
String? token,
bool? encrypt,
}) =>
DeviceTokenHuaweiPush(
token: token ?? this.token,
encrypt: encrypt ?? this.encrypt,
);
@override
DeviceTokenHuaweiPush copyWith({
String? token,
bool? encrypt,
}) =>
DeviceTokenHuaweiPush(
token: token ?? this.token,
encrypt: encrypt ?? this.encrypt,
);