Program constructor
Program({})
Implementation
Program({
required this.$id,
required this.title,
required this.description,
required this.tag,
required this.icon,
required this.url,
required this.active,
required this.xexternal,
required this.billingPlanId,
});