name property

String get name

Implementation

String get name => switch (this) {
      Dialect.sqlite => 'SQLite',
      Dialect.postgres => 'PostgreSQL',
    };