FasterDeploymentConfig constructor

FasterDeploymentConfig({
  1. bool fastTryoutEnabled = false,
})

Implementation

FasterDeploymentConfig({this.fastTryoutEnabled = false})
  : super(fullyQualifiedName);