toMap method

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

Implementation

@override
Map<String, dynamic> toMap() {
  return {
    "\$id": $id,
    "\$createdAt": $createdAt,
    "\$updatedAt": $updatedAt,
    "name": name,
    "url": url,
    "events": events,
    "security": security,
    "httpUser": httpUser,
    "httpPass": httpPass,
    "signatureKey": signatureKey,
    "enabled": enabled,
    "logs": logs,
    "attempts": attempts,
  };
}