CloudRun constructor

CloudRun({
  1. String? location,
  2. String? serviceName,
})

Implementation

CloudRun({this.location, this.serviceName});