App constructor

App({
  1. String? appId,
  2. Source? appSource,
  3. Map<AppAttributesKeys, String>? attributes,
  4. String? createdAt,
  5. List<DataSource>? dataSources,
  6. String? description,
  7. List<String>? domains,
  8. bool? enableSsl,
  9. List<EnvironmentVariable>? environment,
  10. String? name,
  11. String? shortname,
  12. SslConfiguration? sslConfiguration,
  13. String? stackId,
  14. AppType? type,
})

Implementation

App({
  this.appId,
  this.appSource,
  this.attributes,
  this.createdAt,
  this.dataSources,
  this.description,
  this.domains,
  this.enableSsl,
  this.environment,
  this.name,
  this.shortname,
  this.sslConfiguration,
  this.stackId,
  this.type,
});