Stack constructor
Stack({
- required String name,
- List<
AccessEndpoint> ? accessEndpoints, - ApplicationSettingsResponse? applicationSettings,
- String? arn,
- DateTime? createdTime,
- String? description,
- String? displayName,
- List<
String> ? embedHostDomains, - String? feedbackURL,
- String? redirectURL,
- List<
StackError> ? stackErrors, - List<
StorageConnector> ? storageConnectors, - List<
UserSetting> ? userSettings,
Implementation
Stack({
required this.name,
this.accessEndpoints,
this.applicationSettings,
this.arn,
this.createdTime,
this.description,
this.displayName,
this.embedHostDomains,
this.feedbackURL,
this.redirectURL,
this.stackErrors,
this.storageConnectors,
this.userSettings,
});