ECSService constructor

ECSService({
  1. String? clusterName,
  2. String? serviceName,
})

Implementation

ECSService({
  this.clusterName,
  this.serviceName,
});