PostgresDeclaration constructor

const PostgresDeclaration({
  1. required String url,
  2. required String anonKey,
})

Implementation

const PostgresDeclaration({required this.url, required this.anonKey});