toMap method
Implementation
@override
Map<String, dynamic> toMap() {
return {
"\$id": $id,
"title": title,
"description": description,
"tag": tag,
"icon": icon,
"url": url,
"active": active,
"external": xexternal,
"billingPlanId": billingPlanId,
};
}