toMap method
Implementation
Map<String, dynamic> toMap() {
return {
"\$id": $id,
"\$createdAt": $createdAt,
"\$updatedAt": $updatedAt,
"key": key,
"type": type,
"status": status,
"error": error,
"columns": columns,
"lengths": lengths,
"orders": orders,
};
}