CloudRunLocation constructor

CloudRunLocation({
  1. String? location,
})

Implementation

CloudRunLocation({
  this.location,
});