toMap method
Implementation
@override
Map<String, dynamic> toMap() {
return {
"branchId": branchId,
"branchName": branchName,
"namespace": namespace,
"expiresAt": expiresAt,
"host": host,
"port": port,
"database": database,
"username": username,
"password": password,
"ssl": ssl,
"engine": engine,
"connectionString": connectionString,
};
}