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