copyWithSelf method

Implementation

JSNotificationAction copyWithSelf(JSNotificationAction other) {
  return JSNotificationAction(
    action: other.action,
    title: other.title,
    icon: other.icon,
  );
}