Datasource constructor

Datasource({
  1. HttpGraphql? httpGraphql,
  2. PostgreSql? postgresql,
})

Implementation

Datasource({this.httpGraphql, this.postgresql});