getDatabaseName method

String? getDatabaseName()

Implementation

String? getDatabaseName() {
  return databaseName;
}