PostgresExtension constructor

PostgresExtension({
  1. required String key,
  2. required String name,
  3. required String description,
  4. required String category,
})

Implementation

PostgresExtension({
  required this.key,
  required this.name,
  required this.description,
  required this.category,
});