SdkDeployTask constructor

SdkDeployTask({
  1. String? hwTarget,
  2. bool force = false,
  3. String? mode,
  4. Map<String, String>? params,
})

Implementation

SdkDeployTask({
  this.hwTarget,
  this.force = false,
  this.mode,
  Map<String, String>? params,
}) : params = params ?? <String, String>{};