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