toMap method

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

Implementation

@override
Map<String, dynamic> toMap() {
  return {
    "\$id": $id,
    "\$createdAt": $createdAt,
    "\$updatedAt": $updatedAt,
    "name": name,
    "type": type,
    "key": key,
    "store": store,
    "hostname": hostname,
    "httpUser": httpUser,
    "httpPass": httpPass,
  };
}