App constructor
App({
- String? appId,
- Source? appSource,
- Map<
AppAttributesKeys, String> ? attributes, - String? createdAt,
- List<
DataSource> ? dataSources, - String? description,
- List<
String> ? domains, - bool? enableSsl,
- List<
EnvironmentVariable> ? environment, - String? name,
- String? shortname,
- SslConfiguration? sslConfiguration,
- String? stackId,
- 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,
});