toMap method

  1. @override
Map<String, dynamic> toMap()
override

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,
  };
}