copyWith method
Implementation
ProcessPushNotification copyWith({
String? payload,
}) => ProcessPushNotification(
payload: payload ?? this.payload,
);
ProcessPushNotification copyWith({
String? payload,
}) => ProcessPushNotification(
payload: payload ?? this.payload,
);