PublishEnvConfig constructor
PublishEnvConfig({})
Implementation
PublishEnvConfig({
required this.name,
required this.target,
this.path,
this.bucket,
this.prefix = '',
this.format = 'icu-json',
this.namespaces = const [],
this.manifestUrl,
this.output,
});