ToolchainSource constructor

ToolchainSource({
  1. required S3Location s3,
})

Implementation

ToolchainSource({
  required this.s3,
});