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