NeptuneSettings constructor
NeptuneSettings({})
Implementation
NeptuneSettings({
required this.s3BucketFolder,
required this.s3BucketName,
this.errorRetryDuration,
this.iamAuthEnabled,
this.maxFileSize,
this.maxRetryCount,
this.serviceAccessRoleArn,
});