database property

String? get database

Implementation

String? get database =>
    (attributes['database'] ?? attributes['db'])?.toString();