LusciiSdkAction constructor
LusciiSdkAction({})
Creates a new LusciiSdkAction with the given id, name,
launchableStatus, and isLaunchable.
Implementation
LusciiSdkAction({
required this.id,
required this.name,
required this.launchableStatus,
required this.isLaunchable,
this.icon,
this.completedAt,
this.isPlanned,
this.isSelfCare,
this.isExtra,
});