FunctionCodeLocation constructor

FunctionCodeLocation({
  1. String? imageUri,
  2. String? location,
  3. String? repositoryType,
  4. String? resolvedImageUri,
})

Implementation

FunctionCodeLocation({
  this.imageUri,
  this.location,
  this.repositoryType,
  this.resolvedImageUri,
});