AwogenEnv constructor

AwogenEnv({
  1. required String DATABASEID,
  2. required String ENDPOINT,
  3. required String PROJECTID,
  4. String APIKEY = "",
  5. String FLAVOR = "",
})

Implementation

AwogenEnv(
    {required this.DATABASEID,
    required this.ENDPOINT,
    required this.PROJECTID,
    this.APIKEY = "",
    this.FLAVOR = ""});