toMap method

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

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